Skip to content

Commit

Permalink
Merge pull request fog#2467 from zertico/fixed-xenserver-consoles
Browse files Browse the repository at this point in the history
Fixed bug in XenServer console
  • Loading branch information
geemus committed Dec 12, 2013
2 parents 5375a81 + da6a06d commit 96e1e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/xenserver/models/compute/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ class Server < Fog::Compute::Server
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
Expand Down

0 comments on commit 96e1e29

Please sign in to comment.