mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[bluebox|compute] Fix for setting hostname on server save.
This commit is contained in:
parent
5f438e73dd
commit
22b0d34fca
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module Fog
|
||||||
attribute :storage
|
attribute :storage
|
||||||
attribute :template
|
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
|
attr_writer :private_key, :private_key_path, :public_key, :public_key_path, :username
|
||||||
|
|
||||||
def initialize(attributes={})
|
def initialize(attributes={})
|
||||||
|
|
Loading…
Add table
Reference in a new issue