Switch governance.o.o root to governance-website

Switch the governance.openstack.org docroot to the neutral
content from the governance-website repository.

This completes the plan to switch to a neutral governance website,
as described in [1].

[1] http://specs.openstack.org/openstack-infra/infra-specs/specs/neutral-governance-website.html

Change-Id: I3b67ef932ca1f8150d0e7ba50481c32b85eeff71
This commit is contained in:
Thierry Carrez 2016-12-08 11:23:48 +01:00
parent 3df19676f8
commit 5ae6fba0bc

View File

@ -288,7 +288,7 @@ class openstack_project::static (
::httpd::vhost { 'governance.openstack.org':
port => 443, # Is required despite not being used.
docroot => '/srv/static/tc',
docroot => '/srv/static/governance',
priority => '50',
ssl => true,
template => 'openstack_project/static-governance.vhost.erb',