File: fix-rbac-create-command-dd40a474f0f092db.yaml

package info (click to toggle)
python-neutronclient 1%3A6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,856 kB
  • ctags: 3,289
  • sloc: python: 19,731; sh: 274; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
---
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 '*'