Redirect remaining API links

- Block Storage
- Clustering
- Data Processing
- Orchestration
- Shared File Systems

Not completely sure about Telemetry/ceilometer redirect.

Change-Id: I211034f1c0729cd805bd39a0f0a6933423005f1f
This commit is contained in:
Anne Gentle 2016-09-30 17:39:15 -05:00
parent c85f54be3c
commit 88e09d7b4f

View File

@ -7,10 +7,17 @@ redirect 301 /api-ref-compute-v3.html /api-ref-compute-v2.1.html
# Redirect Compute API reference v2.0 to v2.1
redirect 301 /api-ref-compute-v2.html /api-ref-compute-v2.1.html
redirect 301 /api-ref-compute-v2-ext.html /api-ref-compute-v2.1.html
# Redirect Clustering API reference
redirect 301 /api-ref-clustering-v1.html /api-ref/api-ref/clustering/index.html
# Redirect plural databases file name to database
redirect 301 /api-ref-databases-v1.html /api-ref-database-v1.html
# Redirect Data Processing v1.1
redirect 301 /api-ref-data-processing-v1.1.html /api-ref/data-processing/index.html
# Redirect WADL-based Bare Metal API docs to in-tree docs
redirect 301 /api-ref-baremetal-v1.html /api-ref/baremetal/index.html
# Redirect WADL-based Block Storage API docs to in-tree docs
redirect 301 /api-ref-blockstorage-v1.html /api-ref/block-storage/index.html
redirect 301 /api-ref-blockstorage-v2.html /api-ref/block-storage/index.html
# Redirect WADL-based Identity API docs to in-tree docs
redirect 301 /api-ref-identity-v2.html /api-ref/identity/v2/index.html
redirect 301 /api-ref-identity-admin-v2.html /api-ref/identity/v2-admin/index.html
@ -25,3 +32,11 @@ redirect 301 /api-ref-networking-v2.html /api-ref/networking/v2/index.html
redirect 301 /api-ref-networking-v2-ext.html /api-ref/networking/v2-ext/index.html
# Redirect WADL-based Object Storage API docs to in-tree docs
redirect 301 /api-ref-objectstorage-v1.html /api-ref/object-storage/index.html
# Redirect Orchestration API
redirect 301 /api-ref-orchestration-v1.html /api-ref/orchestration/index.html
# Redirect Shared File Systems API v2
redirect 301 /api-ref-share-v2.html /api-ref/shared-file-systems/index.html
# Redirect Shared File Systems API v1
redirect 301 /api-ref-share-v1.html /api-ref/shared-file-systems/index.html
# Redirect Telemetry (ceilometer only) API
redirect 301 /api-ref-telemetry-v2.html http://docs.openstack.org/developer/ceilometer/webapi/v2.html