cinder/releasenotes/notes/pure-cinder-manage-aa40d62bf2bd0d33.yaml
Simon Dodsley f0562c9bb0 [Pure Storage] Manage Volume from GUI fails
Using the command line for volume management works with no issue, as the
method requires specifying ``id-type name``.

When using the GUI the selection of ``name`` as the ID Type actually
translates to ``source-name``, which seems to be the default value.

This patch changes references in the Pure Storage driver from ``name``
to ``source-name``.

This also means that using the CLI no longer requires the specific
selection of ``id-type name`` as the default value can now be used.

Closes-Bug: #2096801

Change-Id: I804ab5a88496b1da82c45ccabdb0fe175aacfbfb
2025-02-27 17:36:32 +00:00

7 lines
162 B
YAML

---
fixes:
- |
Pure Storage driver `bug #2096801
<https://bugs.launchpad.net/cinder/+bug/2096801>`_: Fixed
issue using Manage Volumes from the GUI.