File: add-missing-server-create-opts-d5e32bd743e9e132.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 (17 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
features:
  - |
    Add a number of additional options to the ``server create`` command:

    - ``--snapshot``
    - ``--ephemeral``
    - ``--swap``
    - ``--block-device``
deprecations:
  - |
    The ``--block-device-mapping`` option of the ``server create`` command
    has been deprecated in favour of ``--block-device``. The format of the
    ``--block-device-mapping`` option is based on the limited "BDM v1"
    format for block device maps introduced way back in the v1 nova API. The
    ``--block-device`` option instead exposes the richer key-value based
    "BDM v2" format.