python-openstackclient/releasenotes/notes/bp-neutron-client-rbac-bbd7b545b50d2bdf.yaml
Huanxuan Ao fac3214581 Implement "network rbac set" command
Add "network rbac set" command which just supports
setting a target project.
Also, This patch adds the doc, unit test and functional test.
But there is a bug of showing network RBAC
https://bugs.launchpad.net/python-openstacksdk/+bug/1608903
We need to skip the functional test before this bug fixed.

Change-Id: I756f448bb333cf1098a735e57a1c5dc4edf195d4
Partially-Implements: blueprint neutron-client-rbac
2016-08-03 10:49:57 +08:00

6 lines
279 B
YAML

---
features:
- Add ``network rbac list``, ``network rbac show``, ``network rbac create``,
``network rbac delete`` and ``network rbac set`` commands.
[Blueprint `neutron-client-rbac <https://blueprints.launchpad.net/python-openstackclient/+spec/neutron-client-rbac>`_]