File: bug-1704097-8ff1ce1444b81b04.yaml

package info (click to toggle)
python-openstackclient 8.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 10,872 kB
  • sloc: python: 131,970; makefile: 140; sh: 22
file content (8 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Fix an issue with the ``--domain`` option when used with the ``project show``,
    ``user show`` and ``user set`` commands.  The domain filter did not work when
    the login user's project name or user name is the same as the requested resource
    name in the specified domain.
    [Bug `1704097 <https://bugs.launchpad.net/python-openstackclient/+bug/1704097>`_]