mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #2334 from sylvainkalache/master
Username being overrided
This commit is contained in:
commit
b05567262b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ module Fog
|
|||
prepare_service_value(attributes)
|
||||
|
||||
self.image_id ||= begin
|
||||
self.username = 'ubuntu'
|
||||
self.username ||= 'ubuntu'
|
||||
case @service.instance_variable_get(:@region) # Ubuntu 10.04 LTS 64bit (EBS)
|
||||
when 'ap-northeast-1'
|
||||
'ami-5e0fa45f'
|
||||
|
|
Loading…
Add table
Reference in a new issue