From e0588e2f9f90fce85e2fc28a5e5a67843c6cb942 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Mon, 5 Sep 2016 14:18:31 +0200 Subject: [PATCH] Create space for governance.o.o/uc publication The governance.o.o website will provide a space for publication of User Committee documents (openstack/governance-uc) under governance.o.o/uc/, under a model similar to what was followed for /election. Change-Id: I8bb109c38832b04440210f7be6bb18d25b91750d --- modules/openstack_project/manifests/static.pp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/manifests/static.pp b/modules/openstack_project/manifests/static.pp index 6318369e64..3caabb26b9 100644 --- a/modules/openstack_project/manifests/static.pp +++ b/modules/openstack_project/manifests/static.pp @@ -259,16 +259,18 @@ class openstack_project::static ( } ########################################################### - # Governance & Election + # Governance (TC and UC) & Election # Extra aliases and directories needed for vhost template: $governance_aliases = { - '/election/' => '/srv/static/election/' + '/election/' => '/srv/static/election/', + '/uc/' => '/srv/static/uc/', } # One of these must also be the docroot $governance_directories = [ '/srv/static/election', '/srv/static/governance', + '/srv/static/uc', ] ::httpd::vhost { 'governance.openstack.org':