0d57f3f367
There are now many ways to create a new volume group, thus the positional arguments don't make sense. Deprecate them. Change-Id: Id0b212426861719db1812b7d07b82613cf591de4 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
11 lines
395 B
YAML
11 lines
395 B
YAML
---
|
|
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> ...]
|