File: deprecate-volume-group-create-positional-arguments-89f6b886c0f1f2b5.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (10 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
---
deprecations:
  - |
    The ``<volume-group-type>`` and ``<volume-type> [<volume-type>...]``
    positional arguments for the ``volume group create`` command have been
    deprecated in favour of option arguments. For example::

        openstack volume group create \
          --volume-group-type <volume-group-type>
          --volume-type <volume-type> [--volume-type <volume-type> ...]