Add config passthrough support for ironic
Adding support for passthrough config options to ironic.conf Change-Id: Id5dfba5b40741a1fcf720ec7ca7b6017b43a6a01
This commit is contained in:
parent
1952eaa466
commit
91a9800c55
@ -38,3 +38,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