Skip to content

Commit

Permalink
Add DISK_SNAPSHOT_REVERT status to libs
Browse files Browse the repository at this point in the history
The lcm_status is not used, but it should not be removed from
the lib because the enum in VirtualMachine.h reserves #58 for it
  • Loading branch information
carlosms committed Jun 9, 2016
1 parent 97fbc1b commit c2da94d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions share/onegate/onegate
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ module OneGate
DISK_SNAPSHOT_REVERT_SUSPENDED
DISK_SNAPSHOT_DELETE_SUSPENDED
DISK_SNAPSHOT
DISK_SNAPSHOT_REVERT
DISK_SNAPSHOT_DELETE
PROLOG_MIGRATE_UNKNOWN
PROLOG_MIGRATE_UNKNOWN_FAILURE
Expand Down
1 change: 1 addition & 0 deletions src/oca/ruby/opennebula/virtual_machine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class VirtualMachine < PoolElement
DISK_SNAPSHOT_REVERT_SUSPENDED
DISK_SNAPSHOT_DELETE_SUSPENDED
DISK_SNAPSHOT
DISK_SNAPSHOT_REVERT
DISK_SNAPSHOT_DELETE
PROLOG_MIGRATE_UNKNOWN
PROLOG_MIGRATE_UNKNOWN_FAILURE
Expand Down
1 change: 1 addition & 0 deletions src/sunstone/public/app/opennebula/vm.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ define(function(require) {
"DISK_SNAPSHOT_REVERT_SUSPENDED",
"DISK_SNAPSHOT_DELETE_SUSPENDED",
"DISK_SNAPSHOT",
"DISK_SNAPSHOT_REVERT", // deprecated
"DISK_SNAPSHOT_DELETE",
"PROLOG_MIGRATE_UNKNOWN",
"PROLOG_MIGRATE_UNKNOWN_FAILURE",
Expand Down

0 comments on commit c2da94d

Please sign in to comment.