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:
parent
3df19676f8
commit
5ae6fba0bc
@ -288,7 +288,7 @@ class openstack_project::static (
|
|||||||
|
|
||||||
::httpd::vhost { 'governance.openstack.org':
|
::httpd::vhost { 'governance.openstack.org':
|
||||||
port => 443, # Is required despite not being used.
|
port => 443, # Is required despite not being used.
|
||||||
docroot => '/srv/static/tc',
|
docroot => '/srv/static/governance',
|
||||||
priority => '50',
|
priority => '50',
|
||||||
ssl => true,
|
ssl => true,
|
||||||
template => 'openstack_project/static-governance.vhost.erb',
|
template => 'openstack_project/static-governance.vhost.erb',
|
||||||
|
Loading…
Reference in New Issue
Block a user