From 9c0f97d23165bc64f56000df9f3c3a0cb20a50a3 Mon Sep 17 00:00:00 2001 From: Martin André Date: Fri, 12 Aug 2016 12:10:09 +0200 Subject: 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 --- manifests/profile/base/heat.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/profile/base/heat.pp') 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 { -- cgit 1.2.3-korg