81fa9b6aaa
This adds basic compute API tests for testing a multiattach volume in Cinder being attached to multiple instances in Nova and then detaching them. This change depends on the nova series that adds the support to nova's libvirt driver. Devstack change I46b7eabf6a28f230666f6933a087f73cb4408348 is used to enable this test when using the libvirt driver. Depends-On: I02120ef8767c3f9c9497bff67101e57e204ed6f4 Depends-On: Iac67f112b0dc9353c6a66e6fbc81cc8324a2b37c Part of nova blueprint multi-attach-volume Change-Id: I80c20914c03d7371e798ca3567c37307a0d54aaa
13 lines
574 B
YAML
13 lines
574 B
YAML
---
|
|
other:
|
|
- |
|
|
A new configuration option ``[compute-feature-enabled]/volume_multiattach``
|
|
has been added which defaults to False. Set this to True to enable volume
|
|
multiattach testing. These tests require that compute API version 2.60 is
|
|
available and block storage API version 3.44 is available.
|
|
|
|
.. note:: In the Queens release, the only compute driver that supports
|
|
volume multiattach is the libvirt driver, and only then when qemu<2.10
|
|
or libvirt>=3.10. The only volume backend in Queens that supports volume
|
|
multiattach is lvm.
|