File: bug-1777153-750e6044aa28d5d8.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 (15 lines) | stat: -rw-r--r-- 704 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
deprecations:
  - |
    The ``--project`` and ``--user`` options for the ``volume create``
    command have been deprecated. They are deprecated because Cinder's
    volume create API ignores the corresponding API inputs.
fixes:
  - |
    Fix ``volume create`` by removing two broken options. The ``--project``
    and ``--user`` options were intended to specify an alternate project
    and/or user for the volume, but the Volume service's API does not
    support this behavior. This caused the volume to be created, but
    without the expected project/user values. However, an alternate
    project and/or user may be specified using identity overrides (e.g.
    --os-username, --os-project-id).