aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-16 17:08:35 +0000
committerGerrit Code Review <review@openstack.org>2017-01-16 17:08:35 +0000
commit06f14f3dc231cf3d63a7f5f0bc03d0ece47f4931 (patch)
tree63038cc599807a2b9884851a0ded69993b335c87 /manifests/profile
parent0e7a38a3d930ae717da624efea99ae57ff7025da (diff)
parenta9cd9e6838f16d7368ecff0c2d3ff71dcb0e2deb (diff)
Merge "Include ::heat at step 3"
Diffstat (limited to 'manifests/profile')
-rw-r--r--manifests/profile/base/heat.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/profile/base/heat.pp b/manifests/profile/base/heat.pp
index c743ce0..6e7e5f6 100644
--- a/manifests/profile/base/heat.pp
+++ b/manifests/profile/base/heat.pp
@@ -59,9 +59,7 @@ class tripleo::profile::base::heat (
manage_user => false,
manage_role => false,
}
- }
- if $step >= 4 {
$rabbit_endpoints = suffix(any2array($rabbit_hosts), ":${rabbit_port}")
class { '::heat' :
notification_driver => $notification_driver,