Pavan-Nambi commented on code in PR #7134:
URL: https://github.com/apache/cloudstack/pull/7134#discussion_r1087821608


##########
server/src/main/java/com/cloud/server/ManagementServerImpl.java:
##########
@@ -1095,7 +1096,12 @@ protected Map<String, String> getConfigs() {
     @Override
     public String generateRandomPassword() {
         final Integer passwordLength = vmPasswordLength.value();
-        return PasswordGenerator.generateRandomPassword(passwordLength);
+        String pswd= PasswordGenerator.generateRandomPassword(passwordLength);

Review Comment:
   so here i have to make a nested class here..?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to