python-openstackclient/releasenotes/notes/bug-1647406-c936581034a1b6e4.yaml
Stephen Finucane 379db31ea2 Address pre-commit issues
We'd like to use pre-commit as our 'pep8' target. Before we do that, we
need to address some issues that have crept in over the time since
pre-commit was first added.

Change-Id: I3bb383a00a44007eaa241e037e38aea16bd517b2
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2023-05-10 10:48:53 +01:00

17 lines
787 B
YAML

---
fixes:
- |
Allow ``--block-device-mapping`` option to work correctly with
``--volume`` option in ``server create`` command.
After :lpbug:`1383338` ``--block-device-mapping`` was ignored if
``--volume`` was present. Block device mappings are now appended
to the mapping created by the ``--volume`` option if it is present.
The device name of the boot volume specificed in the ``--volume`` option
is no longer assumed to be *'vda'* but now uses the hypervisor's boot
index to obtain the device name. This maintains the status quo for
**QEMU/KVM** hypervisors but **XEN**, **parallels** and others
*virt types* that have device naming is different from ``vd*``
should now also work correctly.
[:lpbug:`1497845`]
[:lpbug:`1647406`]