python-openstackclient/releasenotes/notes/fix-network-rbac-create-d1f4de77ad2dd421.yaml
Huanxuan Ao 57d5f94540 Allow input the QoS policy name in network rbac create command
We could input a QoS policy ID for the "rbac_object"
parameter in "network rbac create" command but not
name before. After this change, "rbac_object" parameter
can be both QoS policy name or ID.

Change-Id: I0fd6b5b5ae410074d85475ef49e5a0a9a52bf86f
2016-10-20 12:37:40 +08:00

5 lines
115 B
YAML

---
features:
- |
``rbac_object`` parameter in ``network rbac create`` command now can be a QoS policy name.