aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/heat/api.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-06 15:04:07 +0000
committerGerrit Code Review <review@openstack.org>2016-09-06 15:04:07 +0000
commit17f4a4f8e4d80eac4034bc44483d07945724b295 (patch)
tree6545686e8e187cb64d3e5a73b85f57ddf8e4b5e6 /manifests/profile/base/heat/api.pp
parent5dae92678dedbed57ad600fcd96f17121b0a470e (diff)
parent593503e351314e681558142399495be082e8117c (diff)
Merge "Include heat base profile outside of step"
Diffstat (limited to 'manifests/profile/base/heat/api.pp')
-rw-r--r--manifests/profile/base/heat/api.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/profile/base/heat/api.pp b/manifests/profile/base/heat/api.pp
index 68de12b..7166298 100644
--- a/manifests/profile/base/heat/api.pp
+++ b/manifests/profile/base/heat/api.pp
@@ -26,8 +26,9 @@
class tripleo::profile::base::heat::api (
$step = hiera('step'),
) {
+ include ::tripleo::profile::base::heat
+
if $step >= 4 {
- include ::tripleo::profile::base::heat
include ::heat::api
}
}