aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/heat.pp
diff options
context:
space:
mode:
authorMartin André <m.andre@redhat.com>2016-08-12 12:10:09 +0200
committerMartin André <m.andre@redhat.com>2016-08-26 16:42:48 +0200
commit9c0f97d23165bc64f56000df9f3c3a0cb20a50a3 (patch)
tree55d1de380d0ebfca12498ebfa46a00401c33e8d4 /manifests/profile/base/heat.pp
parent6a6aeaa95313bf78c0cf19cca6331bc1d23e6563 (diff)
UI profile for tripleo
The new tripleo::profile::base::ui profile installs the openstack-tripleo-ui RPM package and setup CORS for required services. Change-Id: Ib9d8643da3f51171495fcb8b64d1a7ca86cd66bc
Diffstat (limited to 'manifests/profile/base/heat.pp')
-rw-r--r--manifests/profile/base/heat.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/base/heat.pp b/manifests/profile/base/heat.pp
index dcf0f21..cafe95e 100644
--- a/manifests/profile/base/heat.pp
+++ b/manifests/profile/base/heat.pp
@@ -56,6 +56,7 @@ class tripleo::profile::base::heat (
notification_driver => $notification_driver,
}
include ::heat::config
+ include ::heat::cors
}
if $step >= 5 {