summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2019-04-18 12:22:19 -0500
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2019-09-11 08:06:43 -0400
commit3c1b417959689c85a2f54505057ca995fedca075 (patch)
tree584e08c66032024271b9fbd9dd843b6f43471deb /releasenotes
parent61fec71adbcff8b62312d2e814c8af4879d169be (diff)
downloadpython-cinderclient-3c1b417959689c85a2f54505057ca995fedca075.tar.gz
Drop support for --allow-multiattach
The ability to enable multiattach on the command line was deprecated in Queens with the full implementation of multiattach enabling it through volume type extra specs. This removes the command line arg and handling for specifying it with volume creation. Change-Id: Ifc0c874657f959266050cd1a7a40e6ecccc8c114 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml b/releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml
index 6259e9f..d307182 100644
--- a/releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml
+++ b/releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml
@@ -22,3 +22,7 @@ upgrade:
for several releases and have now been removed. After upgrading, use the
equivalent ``--os_project_name``, ``--os_project_id``, ``OS_PROJECT_NAME``
and ``OS_PROJECT_ID``.
+ - |
+ The deprecated volume create option ``--allow-multiattach`` has now been
+ removed. Multiattach capability is now controlled using `volume-type extra
+ specs <https://docs.openstack.org/cinder/latest/admin/blockstorage-volume-multiattach.html>`_.