File: osc4-identity-6564257c67d43106.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 (12 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
---
upgrade:
  - |
    Remove deprecated ``role list`` options ``--project`` and ``--user``.
    Use ``role assignment list`` options ``--project`` and ``--user`` instead.
  - |
    Remove deprecated ``user role list`` command.
    Use ``role assignment list`` options ``--project`` and ``--user`` instead.
  - |
    Remove deprecated ``service create`` option ``--type``.
    The type is supplied as a positional argument in The
    ``service create --name <service-name> type`` command.