openstack-ansible/etc/openstack_deploy/env.d/cinder-volume.yml.container.example
Samuel Matzek fb8cb1614c Fix cinder_volumes is_metal override example
The example file that shows how to use an env.d file to override
the is_metal value for a service is functionally incorrect.

The file is missing the properties: dictionary level and without this
correct nesting of dictionaries, the is_metal value specified has no
effect on the inventory.

Change-Id: If73d22ff7dd6e5fec24f79217f721797effab651
2016-12-08 11:10:38 -06:00

14 lines
419 B
Plaintext

---
# This file contains an example to show how to set
# the cinder-volume service to run in a container.
#
# Important note:
# When using LVM or any iSCSI-based cinder backends, such as NetApp with
# iSCSI protocol, the cinder-volume service *must* run on metal.
# Reference: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1226855
container_skel:
cinder_volumes_container:
properties:
is_metal: false