From 27b25981c64694a45431d1f3365ddc6b0b26705f Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Sat, 4 Feb 2017 13:57:03 -0500 Subject: 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 --- manifests/profile/base/ironic.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/profile/base') 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 } } -- cgit 1.2.3-korg