Adds precise redirects for old CLI quick-start to user-guide

Change-Id: I9a9b1735bf4c76fa6e6ff425b8f89713f9d10042
Closes-bug: 1240059
This commit is contained in:
annegentle 2013-12-19 21:42:00 -06:00
parent b339aac910
commit aeca133081

View File

@ -14,7 +14,15 @@ redirect 301 /trunk/openstack-compute/admin/content/adding-images.html /image-gu
redirect 301 /trunk/openstack-compute/admin/content/compute-options-reference.html /trunk/config-reference/content/list-of-compute-config-options.html redirect 301 /trunk/openstack-compute/admin/content/compute-options-reference.html /trunk/config-reference/content/list-of-compute-config-options.html
# Redirect the Clients Guide to new End User Guide # Redirect the Clients Guide to new End User Guide
redirect 301 /cli/quick-start/content/ /user-guide/content/ redirect 301 /cli/quick-start/content/keystone_client.html /user-guide/content/keystone_commands.html
redirect 301 /cli/quick-start/content/glance_client.html /user-guide/content/glance_commands.html
redirect 301 /cli/quick-start/content/cinder_client.html /user-guide/content/cinder_commands.html
redirect 301 /cli/quick-start/content/nova_client.html /user-guide/content/nova_commands.html
redirect 301 /cli/quick-start/content/swift_client.html /user-guide/content/swift_commands.html
redirect 301 /cli/quick-start/content/quantum_client.html /user-guide/content/neutron_commands.html
redirect 301 /cli/quick-start/content/authenticate.html /user-guide/content/cli_openrc.html
redirect 301 /cli/quick-start/content/prereq_software.html /user-guide/content/install_clients.html
redirect 301 /cli/quick-start/content/ /user-guide/content/
# Redirecting folsom version # Redirecting folsom version
redirectmatch 301 /folsom/.*$ /index.html redirectmatch 301 /folsom/.*$ /index.html