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/mistral.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/profile/base/mistral.pp') diff --git a/manifests/profile/base/mistral.pp b/manifests/profile/base/mistral.pp index 0c41193..cffb03e 100644 --- a/manifests/profile/base/mistral.pp +++ b/manifests/profile/base/mistral.pp @@ -46,5 +46,6 @@ class tripleo::profile::base::mistral ( include ::mistral::config include ::mistral::client include ::mistral::db::sync + include ::mistral::cors } } -- cgit 1.2.3-korg