From: marios <[email protected]> https://issues.apache.org/jira/browse/DTACLOUD-419
Signed-off-by: marios <[email protected]> --- server/lib/deltacloud/models/instance.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/deltacloud/models/instance.rb b/server/lib/deltacloud/models/instance.rb index fcfe092..81a5467 100644 --- a/server/lib/deltacloud/models/instance.rb +++ b/server/lib/deltacloud/models/instance.rb @@ -72,7 +72,7 @@ class Instance < BaseModel r.merge!(:authentication => { :keyname => keyname }) if keyname end if context.driver.class.has_feature?(:instances, :authentication_password) - r.merge!(:authentication => { :user => username, :password => password }) if user + r.merge!(:authentication => { :user => username, :password => password }) if username end r end -- 1.7.11.7
