osc-lib/releasenotes/notes/bug-1558690-1528b637f2c0a449.yaml
qtang 7dbc92b521 Prevent null key setting for property
null key is the invalid input when setting property
in the openstack components.

Prevent null key setting for property in
openstackclient.

Change-Id: I8ec72664b5393ffef71fffa4bd1cd3c303e86a52
Related-Bug: #1558690
2016-08-04 21:59:34 +00:00

6 lines
202 B
YAML

---
fixes:
- |
Prevent null key setting for key-value pairs in the ``KeyValueAction``
and ``MultiKeyValueAction`` parser actions.
[Bug `1558690 <https://bugs.launchpad.net/bugs/1558690>`_]