Merge "Add config passthrough support for ironic"
This commit is contained in:
commit
bf1f9c2d59
@ -47,3 +47,18 @@ host={{glance.host}}
|
||||
[pxe]
|
||||
images_path=/mnt/state/var/lib/ironic/images/
|
||||
instance_master_path=/mnt/state/var/lib/ironic/master_images
|
||||
|
||||
{{#ironic}}
|
||||
{{#config}}
|
||||
[{{{section}}}]
|
||||
{{#values}}
|
||||
{{#comment}}
|
||||
# {{{.}}}
|
||||
{{/comment}}
|
||||
{{#option}}
|
||||
{{{option}}} = {{{value}}}
|
||||
{{/option}}
|
||||
{{/values}}
|
||||
|
||||
{{/config}}
|
||||
{{/ironic}}
|
||||
|
Loading…
Reference in New Issue
Block a user