Add ::ironic::config to Ironic base profile

I have ExtraConfig settings that need to be set in
ironic.conf. Adding the ::ironic::config module
to our base Ironic profile should allow users to
customize Ironic if needed.

Change-Id: I93e9b3b5d4def1d8fa42b77b611b7d9d6cb7963b
This commit is contained in:
Dan Prince 2017-02-04 13:57:03 -05:00
parent a75c6c618e
commit 27b25981c6
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class tripleo::profile::base::ironic (
rabbit_hosts => $rabbit_endpoints,
}
include ::ironic::config
include ::ironic::cors
}
}