mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #2467 from zertico/fixed-xenserver-consoles
Fixed bug in XenServer console
This commit is contained in:
commit
96e1e29847
1 changed files with 1 additions and 1 deletions
|
@ -18,12 +18,12 @@ module Fog
|
|||
attribute :actions_after_reboot
|
||||
attribute :actions_after_shutdown
|
||||
attribute :allowed_operations
|
||||
attribute :__consoles, :aliases => :consoles
|
||||
attribute :__attached_pcis, :aliases => :attached_PCIs
|
||||
attribute :bios_strings
|
||||
attribute :blobs
|
||||
attribute :blocked_operations
|
||||
attribute :__children, :aliases => :children
|
||||
attribute :__consoles
|
||||
attribute :__crash_dumps, :aliases => :crash_dumps
|
||||
attribute :current_operations
|
||||
attribute :domarch
|
||||
|
|
Loading…
Reference in a new issue