File: bug-1627555-3b47eba215e35b3c.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (9 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    The ``project list`` command lists all projects when called by an
    admin user.  For non-admin users it will now list projects for the
    authenticated user instead of exiting with an authorization failure.
    The ``--my-projects`` option has also been added to the ``project list``
    command to allow admin users to list their own projects.
    [Bug `1627555 <https://bugs.launchpad.net/bugs/1627555>`_]