GaOrtiga opened a new pull request, #6910:
URL: https://github.com/apache/cloudstack/pull/6910

   ### Description
   
   The configurations in `Config.java`  have a parameter _range_ that validates 
the values that it can receive; however, the configuration 
`task.cleanup.retry.interval` has an invalid value for this parameter, so any 
value entered results in an error, making it impossible for the user to alter 
it.
   This PR removes the invalid value of the _range_ for this configuration, 
allowing its value to be changed.
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [X] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [X] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [X] Minor
   - [ ] Trivial
   
   ### How Has This Been Tested?
   
   I applied the changes in a local lab and verified that after the patch it 
was possible to change the value of the configuration.


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