diff --git a/src/cloud/occi/lib/OCCIServer.rb b/src/cloud/occi/lib/OCCIServer.rb index b7f2079f3a..add4a47221 100755 --- a/src/cloud/occi/lib/OCCIServer.rb +++ b/src/cloud/occi/lib/OCCIServer.rb @@ -234,7 +234,7 @@ class OCCIServer < CloudServer state = vm_info['STATE'] if image_name && state - error_msg = "It is only allowed to change the state and save_as" << + error_msg = "It is not allowed to change the state and save_as" << " a disk in the same request" return OpenNebula::Error.new(error_msg), 400 elsif image_name