4d8fbe6949
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
7 lines
215 B
YAML
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``.
|