diff --git a/doc/source/_extra/.htaccess b/doc/source/_extra/.htaccess index b62ada09..61d44329 100644 --- a/doc/source/_extra/.htaccess +++ b/doc/source/_extra/.htaccess @@ -1,8 +1,8 @@ # This file contains redirects to handle existing URLs for specs # that have been moved -Redirect 301 /specs/train/image-encryption.html /specs/wallaby/image-encryption.html -Redirect 301 /specs/ussuri/image-encryption.html /specs/wallaby/image-encryption.html -Redirect 301 /specs/victoria/image-encryption.html /specs/wallaby/image-encryption.html -Redirect 301 /specs/train/support-glance-multiple-backend.html /specs/ussuri/support-glance-multiple-backend.html -Redirect 301 /specs/train/query-cinder-resources-filter-by-time-comparison-operators.html /specs/ussuri/query-cinder-resources-filter-by-time-comparison-operators.html -Redirect 301 /specs/newton/specify-volume_type-and-availability_zone-for-backup-restore-API.html /specs/wallaby/specify-volume_type-and-availability_zone-for-backup-restore-API.html +Redirect 301 /openstack/cinder-specs/specs/train/image-encryption.html /openstack/cinder-specs/specs/wallaby/image-encryption.html +Redirect 301 /openstack/cinder-specs/specs/ussuri/image-encryption.html /openstack/cinder-specs/specs/wallaby/image-encryption.html +Redirect 301 /openstack/cinder-specs/specs/victoria/image-encryption.html /openstack/cinder-specs/specs/wallaby/image-encryption.html +Redirect 301 /openstack/cinder-specs/specs/train/support-glance-multiple-backend.html /openstack/cinder-specs/specs/ussuri/support-glance-multiple-backend.html +Redirect 301 /openstack/cinder-specs/specs/train/query-cinder-resources-filter-by-time-comparison-operators.html /openstack/cinder-specs/specs/ussuri/query-cinder-resources-filter-by-time-comparison-operators.html +Redirect 301 /openstack/cinder-specs/specs/newton/specify-volume_type-and-availability_zone-for-backup-restore-API.html /openstack/cinder-specs/specs/wallaby/specify-volume_type-and-availability_zone-for-backup-restore-API.html diff --git a/doc/test/redirect-tests.txt b/doc/test/redirect-tests.txt index 67b2b5fa..f61af2a9 100644 --- a/doc/test/redirect-tests.txt +++ b/doc/test/redirect-tests.txt @@ -1,9 +1,9 @@ # This file contains tests for redirects to handle existing URLs for # specs that have been moved. See # https://docs.openstack.org/whereto/latest/ for details. -/specs/train/image-encryption.html 301 /specs/wallaby/image-encryption.html -/specs/ussuri/image-encryption.html 301 /specs/wallaby/image-encryption.html -/specs/victoria/image-encryption.html 301 /specs/wallaby/image-encryption.html -/specs/train/support-glance-multiple-backend.html 301 /specs/ussuri/support-glance-multiple-backend.html -/specs/train/query-cinder-resources-filter-by-time-comparison-operators.html 301 /specs/ussuri/query-cinder-resources-filter-by-time-comparison-operators.html -/specs/newton/specify-volume_type-and-availability_zone-for-backup-restore-API.html 301 /specs/wallaby/specify-volume_type-and-availability_zone-for-backup-restore-API.html +/openstack/cinder-specs/specs/train/image-encryption.html 301 /openstack/cinder-specs/specs/wallaby/image-encryption.html +/openstack/cinder-specs/specs/ussuri/image-encryption.html 301 /openstack/cinder-specs/specs/wallaby/image-encryption.html +/openstack/cinder-specs/specs/victoria/image-encryption.html 301 /openstack/cinder-specs/specs/wallaby/image-encryption.html +/openstack/cinder-specs/specs/train/support-glance-multiple-backend.html 301 /openstack/cinder-specs/specs/ussuri/support-glance-multiple-backend.html +/openstack/cinder-specs/specs/train/query-cinder-resources-filter-by-time-comparison-operators.html 301 /openstack/cinder-specs/specs/ussuri/query-cinder-resources-filter-by-time-comparison-operators.html +/openstack/cinder-specs/specs/newton/specify-volume_type-and-availability_zone-for-backup-restore-API.html 301 /openstack/cinder-specs/specs/wallaby/specify-volume_type-and-availability_zone-for-backup-restore-API.html