mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #521 from leehuffman/bluebox-hostname
[bluebox|compute] Fix for setting hostname on server save.
This commit is contained in:
commit
b0ec2f014f
1 changed files with 1 additions and 1 deletions
|
@ -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={})
|
||||
|
|
Loading…
Reference in a new issue