From fb8cb1614c0e9bf5bfd97972012d5e9ce1efdc03 Mon Sep 17 00:00:00 2001 From: Samuel Matzek Date: Thu, 8 Dec 2016 09:30:11 -0600 Subject: [PATCH] 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 --- etc/openstack_deploy/env.d/cinder-volume.yml.container.example | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/openstack_deploy/env.d/cinder-volume.yml.container.example b/etc/openstack_deploy/env.d/cinder-volume.yml.container.example index 4fc5642721..e40b392566 100644 --- a/etc/openstack_deploy/env.d/cinder-volume.yml.container.example +++ b/etc/openstack_deploy/env.d/cinder-volume.yml.container.example @@ -9,4 +9,5 @@ container_skel: cinder_volumes_container: + properties: is_metal: false