You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/06/21 16:10:06 UTC

[GitHub] krissterckx commented on issue #2155: Work around for guest VM password reset failure (NuageVsp)

krissterckx commented on issue #2155: Work around for guest VM password reset failure (NuageVsp)
URL: https://github.com/apache/cloudstack/pull/2155#issuecomment-310128397
 
 
   Hi
   
   so just to be very clear :
   The line in code in current master which we commented out
   
   password = CsPassword("vmpassword", config)
   
   can never really work for two reasons
   
   - CsPassword is not imported in this file
   - the constructor is wrong, as it takes databag as input now
   
   I can leave out the comment lines and the TODO statement in the PR obviously but i wanted the author/expert eyes to look at this before doing that.
   
   Kris
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services