Uploaded image for project: 'CloudStack'
  1. CloudStack
  2. CLOUDSTACK-9736

Incoherent validation and error message when you change the vm.password.length configuration parameter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.7.0, 4.8.0, 4.9.0, 4.10.0.0
    • 4.10.1.0
    • Management Server
    • Security Level: Public (Anyone can view this level - this is the default.)
    • None

    Description

      When you try to change the value of vm.password.length parameters, if the value is < 10 the error message says:
      "Please enter a value greater than 6 for the configuration parameter"

      In the code server/src/com/cloud/configuration/ConfigurationManagerImpl.java the validation use 10 as length and the message says 6 for length:

      if ("vm.password.length".equalsIgnoreCase(name) && val < 10) {
      throw new InvalidParameterValueException("Please enter a value greater than 6 for the configuration parameter:" + name);

      Attachments

        Activity

          People

            milamber Bruno Demion
            milamber Bruno Demion
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: