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
This commit is contained in:
parent
2e1c6a4dce
commit
fb8cb1614c
@ -9,4 +9,5 @@
|
||||
|
||||
container_skel:
|
||||
cinder_volumes_container:
|
||||
properties:
|
||||
is_metal: false
|
||||
|
Loading…
Reference in New Issue
Block a user