[www] Enable config-reference for icehouse and juno

For EOL'ed juno and newer distros keep the Config-reference and redirect
everything else.

Change-Id: I02acb6acf246fb45e78fabafaa5b13e28030e98b
This commit is contained in:
Andreas Jaeger 2017-01-30 19:42:16 +01:00
parent 8e1303cea5
commit 548cb681bf

View File

@ -6,8 +6,11 @@ redirectmatch 301 /essex/.*$ /index.html
redirectmatch 301 /folsom/.*$ /index.html
redirectmatch 301 /grizzly/.*$ /index.html
redirectmatch 301 /havana/.*$ /index.html
redirectmatch 301 /icehouse/.*$ /index.html
redirectmatch 301 /juno/.*$ /index.html
# We still have the config-reference available
redirectmatch 301 /icehouse/(?!config-reference)/.*$ /index.html
redirectmatch 301 /juno/(?!config-reference)/.*$ /index.html
redirectmatch 301 /kilo/(?!config-reference)/.*$ /index.html
# Redirect for the original version of compute
redirectmatch 301 /openstack-compute/.*$ /index.html