Merge pull request #521 from leehuffman/bluebox-hostname

[bluebox|compute] Fix for setting hostname on server save.
This commit is contained in:
Wesley Beary 2011-09-22 13:09:15 -07:00
commit b0ec2f014f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module Fog
attribute :storage
attribute :template
attr_accessor :password, :lb_applications, :lb_services, :lb_backends
attr_accessor :hostname, :password, :lb_applications, :lb_services, :lb_backends
attr_writer :private_key, :private_key_path, :public_key, :public_key_path, :username
def initialize(attributes={})