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:04:34 UTC

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

prashanthvarma 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_r123275764
 
 

 ##########
 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:
   @DaanHoogland This block of code also fails on Native ACS setups. Please refer my latest comment on this PR.
 
----------------------------------------------------------------
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