De-appendicize swift page

Rename the swift page

Add a corresponding redirect and redirect test

Make appropriate edits in the doc set where required

Change-Id: If1cc0024d6b4c526b1e78c2faf837f4a88b1d9ac
This commit is contained in:
Peter Matulis 2021-06-04 16:18:07 -04:00
parent 01bd9bbc1d
commit 954466f136
5 changed files with 5 additions and 5 deletions

View File

@ -4,3 +4,4 @@ RedirectMatch 301 ^/project-deploy-guide/charm-deployment-guide/([^/]+)/app-upgr
RedirectMatch 301 ^/project-deploy-guide/charm-deployment-guide/([^/]+)/app-series-upgrade-openstack.html$ /project-deploy-guide/charm-deployment-guide/$1/upgrade-series-openstack.html
RedirectMatch 301 ^/project-deploy-guide/charm-deployment-guide/([^/]+)/app-series-upgrade.html$ /project-deploy-guide/charm-deployment-guide/$1/upgrade-series.html
RedirectMatch 301 ^/project-deploy-guide/charm-deployment-guide/([^/]+)/app-series-upgrade-specific-procedures.html$ /project-deploy-guide/charm-deployment-guide/$1/percona-series-upgrade-to-focal.html
RedirectMatch 301 ^/project-deploy-guide/charm-deployment-guide/([^/]+)/app-swift.html$ /project-deploy-guide/charm-deployment-guide/$1/swift.html

View File

@ -531,8 +531,8 @@ storage node, thereby satisfying the replica requirement of three.
The default values for options ``zone-assignment`` and ``replicas`` are
'manual' and '3' respectively.
Refer to appendix :doc:`Swift usage <app-swift>` for more information on how to
deploy Swift.
Refer to the :doc:`Swift <swift>` page for more information on how to deploy
Swift.
Vault
~~~~~

View File

@ -89,7 +89,7 @@ OpenStack Charms usage. To help improve it you can `file an issue`_ or
app-ceph-rbd-mirror
cinder-volume-replication
app-manila-ganesha
app-swift
swift
.. LINKS
.. _file an issue: https://bugs.launchpad.net/charm-deployment-guide/+filebug

View File

@ -9,7 +9,6 @@
/some/other/project/config-openstack.html 200
/project-deploy-guide/foo/config-openstack.html 200
# Refactoring docs moved config-openstack to configure-openstack
# Make sure new redirects work
/project-deploy-guide/charm-deployment-guide/victoria/config-openstack.html 301 /project-deploy-guide/charm-deployment-guide/victoria/configure-openstack.html
/project-deploy-guide/charm-deployment-guide/latest/config-openstack.html 301 /project-deploy-guide/charm-deployment-guide/latest/configure-openstack.html
@ -17,4 +16,4 @@
/project-deploy-guide/charm-deployment-guide/latest/app-series-upgrade-openstack.html 301 /project-deploy-guide/charm-deployment-guide/latest/upgrade-series-openstack.html
/project-deploy-guide/charm-deployment-guide/latest/app-series-upgrade.html 301 /project-deploy-guide/charm-deployment-guide/latest/upgrade-series.html
/project-deploy-guide/charm-deployment-guide/latest/app-series-upgrade-specific-procedures.html 301 /project-deploy-guide/charm-deployment-guide/latest/percona-series-upgrade-to-focal.html
/project-deploy-guide/charm-deployment-guide/latest/app-swift.html 301 /project-deploy-guide/charm-deployment-guide/latest/swift.html