Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Add config passthrough support for ironic
Browse files Browse the repository at this point in the history
Adding support for passthrough config options to ironic.conf

Change-Id: Id5dfba5b40741a1fcf720ec7ca7b6017b43a6a01
  • Loading branch information
greghaynes committed Jun 13, 2014
1 parent 1952eaa commit 91a9800
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions elements/ironic/os-apply-config/etc/ironic/ironic.conf
Expand Up @@ -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}}

0 comments on commit 91a9800

Please sign in to comment.