This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 895aee3  CLOUDSTACK-9736: Incoherent validation and error message when 
you change the vm.password.length configuration parameter (#2358)
895aee3 is described below

commit 895aee37f7da33034c66e209b404f135f49d6279
Author: Milamber <[email protected]>
AuthorDate: Tue Dec 12 11:36:20 2017 +0000

    CLOUDSTACK-9736: Incoherent validation and error message when you change 
the vm.password.length configuration parameter (#2358)
    
    Default value introduce in schema-430to440.sql are 6 for the length
    
    CLOUDSTACK-10111 have already the error message.
---
 server/src/com/cloud/server/ManagementServerImpl.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/com/cloud/server/ManagementServerImpl.java 
b/server/src/com/cloud/server/ManagementServerImpl.java
index da987ca..872a502 100644
--- a/server/src/com/cloud/server/ManagementServerImpl.java
+++ b/server/src/com/cloud/server/ManagementServerImpl.java
@@ -689,7 +689,7 @@ import com.cloud.vm.dao.VMInstanceDao;
 public class ManagementServerImpl extends ManagerBase implements 
ManagementServer, Configurable {
     public static final Logger s_logger = 
Logger.getLogger(ManagementServerImpl.class.getName());
 
-    static final ConfigKey<Integer> vmPasswordLength = new 
ConfigKey<Integer>("Advanced", Integer.class, "vm.password.length", "10",
+    static final ConfigKey<Integer> vmPasswordLength = new 
ConfigKey<Integer>("Advanced", Integer.class, "vm.password.length", "6",
                                                                                
       "Specifies the length of a randomly generated password", false);
     @Inject
     public AccountManager _accountMgr;

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to