From: Dan Prince Date: Sat, 4 Feb 2017 18:57:03 +0000 (-0500) Subject: Add ::ironic::config to Ironic base profile X-Git-Tag: opnfv-6.0.0~343^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=27b25981c64694a45431d1f3365ddc6b0b26705f;p=apex-puppet-tripleo.git 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 --- diff --git a/manifests/profile/base/ironic.pp b/manifests/profile/base/ironic.pp index 5db1e1f..94619ad 100644 --- a/manifests/profile/base/ironic.pp +++ b/manifests/profile/base/ironic.pp @@ -54,6 +54,7 @@ class tripleo::profile::base::ironic ( rabbit_hosts => $rabbit_endpoints, } + include ::ironic::config include ::ironic::cors } }