On 01/16, mar...@redhat.com wrote: ACK!
> From: marios <mar...@redhat.com> > > https://issues.apache.org/jira/browse/DTACLOUD-419 > > Signed-off-by: marios <mar...@redhat.com> > --- > 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 > -- Michal Fojtik <mfoj...@redhat.com> Deltacloud API, CloudForms