mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|compute] fix missing username attr_writer
This commit is contained in:
parent
15fc8f185a
commit
5293d18d68
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ module Fog
|
||||||
attribute :user_data
|
attribute :user_data
|
||||||
|
|
||||||
attr_accessor :password
|
attr_accessor :password
|
||||||
attr_writer :private_key, :private_key_path, :public_key, :public_key_path
|
attr_writer :private_key, :private_key_path, :public_key, :public_key_path, :username
|
||||||
|
|
||||||
def initialize(attributes={})
|
def initialize(attributes={})
|
||||||
@groups ||= ["default"] unless attributes[:subnet_id]
|
@groups ||= ["default"] unless attributes[:subnet_id]
|
||||||
|
|
Loading…
Add table
Reference in a new issue