File: bug-1561599-d5f541f08ae6274a.yaml

package info (click to toggle)
python-openstackclient 8.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,960 kB
  • sloc: python: 132,001; makefile: 140; sh: 22
file content (7 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
---
fixes:
  - When performing ``domain show``, ``project show`` or ``user show``, peek
    into the user token to determine the ID or the resource (if supplied with
    only a name). This should make finding information about the user and
    their project easier for non-admin users.
    [Bug `1561599 <https://bugs.launchpad.net/bugs/1561599>`_]