From ef15a2dd15bf998ef2ee9f04f9d8987fc9aab898 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 23 Apr 2018 14:48:46 -0400 Subject: [PATCH] docs: link to volume multi-attach demo recording Since we have a recorded overview and demo for volume multi-attach we should link to it from our docs. Change-Id: I6e0e243dbb1e1203dd31e820ea12dc7aaa227b64 --- doc/source/admin/manage-volumes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/admin/manage-volumes.rst b/doc/source/admin/manage-volumes.rst index 2c8374a7f474..ed7f12137bb1 100644 --- a/doc/source/admin/manage-volumes.rst +++ b/doc/source/admin/manage-volumes.rst @@ -27,6 +27,8 @@ SHELVED_OFFLOADED is supported. Ultimately the ability to perform these actions depends on the compute host and hypervisor driver that is being used. +There is also a `recorded overview and demo`_ for volume multi-attach. + Requirements ~~~~~~~~~~~~ @@ -71,6 +73,7 @@ package mirror so that it gets qemu<2.10. .. _added support for multiattach volumes: https://specs.openstack.org/openstack/nova-specs/specs/queens/implemented/multi-attach-volume.html .. _block storage admin guide: https://docs.openstack.org/cinder/latest/admin/blockstorage-volume-multiattach.html +.. _recorded overview and demo: https://www.youtube.com/watch?v=hZg6wqxdEHk .. _2.60: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#maximum-in-queens .. _feature support matrix: https://docs.openstack.org/nova/latest/user/support-matrix.html#operation_multiattach_volume .. _nova repository: http://git.openstack.org/cgit/openstack/nova/tree/playbooks/legacy/nova-multiattach/run.yaml