1
0
Fork 0
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:
Wesley Beary 2013-12-11 21:59:08 -08:00
commit 96e1e29847

View file

@ -18,12 +18,12 @@ module Fog
attribute :actions_after_reboot attribute :actions_after_reboot
attribute :actions_after_shutdown attribute :actions_after_shutdown
attribute :allowed_operations attribute :allowed_operations
attribute :__consoles, :aliases => :consoles
attribute :__attached_pcis, :aliases => :attached_PCIs attribute :__attached_pcis, :aliases => :attached_PCIs
attribute :bios_strings attribute :bios_strings
attribute :blobs attribute :blobs
attribute :blocked_operations attribute :blocked_operations
attribute :__children, :aliases => :children attribute :__children, :aliases => :children
attribute :__consoles
attribute :__crash_dumps, :aliases => :crash_dumps attribute :__crash_dumps, :aliases => :crash_dumps
attribute :current_operations attribute :current_operations
attribute :domarch attribute :domarch