osc-lib/releasenotes/notes/add-MultiKeyValueCommaAction-class-01dd254a287d70d2.yaml
Reedip 4d8fbe6949 Add MultiKeyValueCommaAction to osc-lib
Based on [1], the following class is transitioned to
osc-lib as it may be required in other scenarios as well.
[1]:https://review.openstack.org/#/c/356263/13

* Tests rewritten to be more straightforward in checking combinations
  and expected results.

Change-Id: I293b5b25adcf8ed6815608db4f280ee4e3da5da9
2017-04-18 21:46:38 -05:00

7 lines
215 B
YAML

---
feature:
- |
Add ``MultiKeyValueCommaAction`` as a ``MultiKeyValueAction`` sublass
that allows values to include a comma. For example:
``--property key1=value1,value2,key2=value3,value4,value5``.