Redirect the old baremetal install-guide for master to its current location
People seem to find /project-install-guide/baremetal/draft pretty often, and assume that it's the up-to-date installation docs for ironic, while in reality it is frozen at some point around Pike. Let us redirect to the actual master installation docs. Change-Id: I32b5fc3e0d6e18c5804b80b8bc2d6d976a689ba8
This commit is contained in:
parent
96d6e4831d
commit
1b52238cac
@ -219,3 +219,7 @@ redirectmatch 301 /infra/nodepool/feature/zuulv3(.*)$ /infra/nodepool$1
|
||||
# Redirect from monasca to monasca-api
|
||||
{{ rename_project('monasca', 'monasca-api') }}
|
||||
# End redirect for monasca-api
|
||||
|
||||
# Redirect outdated bare metal installation guide
|
||||
{{ deep_links('/project-install-guide/baremetal/draft', '/ironic/latest/install/$1') }}
|
||||
# End redirect outdated bare metal installation guide
|
||||
|
@ -248,3 +248,7 @@
|
||||
# Redirect from monasca to monasca-api
|
||||
{{ rename_project('monasca', 'monasca-api') }}
|
||||
# End redirect for monasca-api
|
||||
|
||||
# Redirect outdated bare metal installation guide
|
||||
{{ deep_links('/project-install-guide/baremetal/draft', '/ironic/latest/install') }}
|
||||
# End redirect outdated bare metal installation guide
|
||||
|
Loading…
Reference in New Issue
Block a user