python-neutronclient/releasenotes/notes/fix-rbac-create-command-dd40a474f0f092db.yaml
wengjiangang 0741d34bfe Fix problem of RBAC command arguments
Add default value '*' to argument 'target_tenant'

Change-Id: I61c35ee4def53bc141a9ce562c01fe7422663a0e
Closes-Bug: #1596750
2016-08-15 06:03:36 +00:00

8 lines
307 B
YAML

---
fixes:
- Fix 'bug 1596750 <https://bugs.launchpad.net/neutron/+bug/1596750>'
that using 'rbac-create' without specifying 'target-tenant' will
return 'Request Failed internal server error while processing your
request'.
Update the default value of the argument '--target-tenant' to '*'