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:
parent
be4ed8ef05
commit
546224a374
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user