python-neutronclient/releasenotes/notes/remove-case-dependency-773ccb3237c38e81.yaml
reedip c33b041c0c Remove case dependancy for user inputs
With the introduction of Lowercase/Uppercase conversion
functions in the utils.py, the following patch removes the
dependancy of the current code on character casing.

utils.convert_to_lowercase is called where the code expects
the input to be in lower case while utils.convert_to_uppercase
will be called where the code expects the input to be in
CAPITAL casing only.

Change-Id: I1c5c3c87f343fc2731469b9a0c38d278f6018a11
2016-08-25 03:49:36 +00:00

8 lines
184 B
YAML

---
other:
- |
This patch provides user the support to use
any form of casing, thus removing the specific
UPPER/lower case inputs required by different
neutron CLIs.