
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
7 lines
162 B
YAML
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.
|