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 15:02:33 UTC

[GitHub] DaanHoogland commented on a change in pull request #2155: Work around for guest VM password reset failure (NuageVsp)

DaanHoogland commented on a change in pull request #2155: Work around for guest VM password reset failure (NuageVsp)
URL: https://github.com/apache/cloudstack/pull/2155#discussion_r123275170
 
 

 ##########
 File path: systemvm/patches/debian/config/opt/cloud/bin/configure.py
 ##########
 @@ -945,8 +945,10 @@ def main(argv):
 
         if process_file in ["cmd_line.json", "vm_password.json"]:
             logging.debug("Configuring vmpassword")
-            password = CsPassword("vmpassword", config)
-            password.process()
+            # TODO fix the line below
+            # password = CsPassword("vmpassword", config)
 
 Review comment:
   I don't feel confident this will be backwards compatible. We are now not configuring the vm with a password. 
 
----------------------------------------------------------------
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