Minor fix

This commit is contained in:
Anton Beloglazov 2012-10-12 11:36:12 +11:00
parent 0ba084b94d
commit 08965f64d3

View File

@ -92,8 +92,9 @@ ERRORS = {
'specified in the configuration file',
405: 'Method not allowed: the request is made with ' +
'a method other than the only supported PUT',
412: 'Precondition failed: some VMs possibly have been in ' +
'migration when the request has been sent - retry'}
412: 'Precondition failed: the request has been sent more ' +
'than 5 seconds ago, the states of the hosts/VMs may ' +
'have changed - retry'}
@contract