Skip to content

Commit

Permalink
[aws|compute] fix missing username attr_writer
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Oct 20, 2010
1 parent 15fc8f1 commit 5293d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/aws/models/compute/server.rb
Expand Up @@ -36,7 +36,7 @@ class Server < Fog::Model
attribute :user_data

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={})
@groups ||= ["default"] unless attributes[:subnet_id]
Expand Down

0 comments on commit 5293d18

Please sign in to comment.