File: bug-1667266-6497727abc2af9a5.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 (8 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Clarify the ``--block-device-mapping`` option of the ``server create``
    command: fix ValueError when the ``--block-device-mapping`` option's
    argument is in the wrong format; support creating a block device from
    a snapshot; add details to the help output about the option format.
    [Bug `1667266 <https://bugs.launchpad.net/python-openstackclient/+bug/1667266>`_]