1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Adding shutdown state to possible OCCI compute updates

git-svn-id: http://svn.opennebula.org/one/trunk@961 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Constantino Vázquez Blanco 2010-01-15 12:32:26 +00:00
parent be4ed8ef05
commit 546224a374

View File

@ -402,6 +402,8 @@ class OCCIServer < CloudServer
rc = vm.resume
when "cancel"
rc = vm.cancel
when "shutdown"
rc = vm.shutdown
when "done"
rc = vm.finalize
else