From adb141a2626192e8f45a911291895716d7c1c8a4 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Wed, 20 Dec 2017 10:59:48 -0600 Subject: Deprecate multiattach flag on volume create This form of multiattach was never fully supported and is now being replaced by the new mutliattach workflow with Nova. As part of this, volume type extra specs will be used to indicate multiattach ability and will allow retyping between volume types to change the flag after creation. That work is still in progress and has some potential to change. But we know we are not going to support this old style, so we should get that deprecated now so we can remove it and not cause any confusion. Change-Id: Icbb9c0ca89b25620cedff6cac7a4723e7126eca6 --- releasenotes/notes/deprecate-allow-multiattach-2213a100c65a95c1.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/deprecate-allow-multiattach-2213a100c65a95c1.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/deprecate-allow-multiattach-2213a100c65a95c1.yaml b/releasenotes/notes/deprecate-allow-multiattach-2213a100c65a95c1.yaml new file mode 100644 index 0000000..7ace9d9 --- /dev/null +++ b/releasenotes/notes/deprecate-allow-multiattach-2213a100c65a95c1.yaml @@ -0,0 +1,5 @@ +--- +deprecations: + - | + The ``--allow-multiattach`` flag on volume creation has now been marked + deprecated and will be removed in a future release. -- cgit v1.2.1