docs/how_to/hypervisors/openstack.md in beaker-3.15.0 vs docs/how_to/hypervisors/openstack.md in beaker-3.16.0
- old
+ new
@@ -150,5 +150,17 @@
size: 10000
osd2:
size: 10000
journal:
size: 1000
+
+
+In the event you're using an OpenStack instance that does not deploy the volume service you can disable that functionality to prevent beaker runs from failing. Either using an ENV variable or setting the following value in the `CONFIG` section of your hosts file(valid values are `true` or `false`):
+
+```
+openstack_volume_support: false
+```
+
+You can also configure this setting via an environment variable:
+
+```
+export OS_VOLUME_SUPPORT=false