diff --git a/doc/source/_extra/.htaccess b/doc/source/_extra/.htaccess index e2f4ebc8..693f1539 100644 --- a/doc/source/_extra/.htaccess +++ b/doc/source/_extra/.htaccess @@ -12,3 +12,9 @@ Redirect 301 /specs/queens/approved/python-glanceclient/no-schema-validation.htm Redirect 301 /specs/untargeted/glance/lite-spec-db-sync-check.html /specs/queens/implemented/glance/lite-spec-db-sync-check.html Redirect 301 /specs/rocky/approved/glance/spec-lite-deprecate-owner_is_tenant.rst /specs/rocky/implemented/glance/spec-lite-deprecate-owner_is_tenant.rst Redirect 301 /specs/rocky/approved/glance/Support-revert-pending-delete.rst /specs/rocky/implemented/glance/Support-revert-pending-delete.rst +Redirect 301 /specs/rocky/approved/glance/mitigate-ossn-0075.rst /specs/rocky/implemented/glance/mitigate-ossn-0075.rst +Redirect 301 /specs/rocky/approved/glance/multihash.rst /specs/rocky/implemented/glance/multihash.rst +Redirect 301 /specs/rocky/approved/glance/multi-store.rst /specs/rocky/implemented/glance/multi-store.rst +Redirect 301 /specs/rocky/approved/glance/operator-image-workflow.rst /specs/rocky/implemented/glance/operator-image-workflow.rst +Redirect 301 /specs/rocky/approved/glance/remove-v1.rst /specs/rocky/implemented/glance/remove-v1.rst +Redirect 301 /specs/rocky/approved/glance_store/deprecate-store_capabilities_update_min_interval.rst /specs/rocky/implemented/glance_store/deprecate-store_capabilities_update_min_interval.rst diff --git a/doc/test/redirect-tests.txt b/doc/test/redirect-tests.txt index e83e7523..33da24c5 100644 --- a/doc/test/redirect-tests.txt +++ b/doc/test/redirect-tests.txt @@ -13,3 +13,9 @@ /specs/untargeted/glance/lite-spec-db-sync-check.html 301 /specs/queens/implemented/glance/lite-spec-db-sync-check.html /specs/rocky/approved/glance/spec-lite-deprecate-owner_is_tenant.rst 301 /specs/rocky/implemented/glance/spec-lite-deprecate-owner_is_tenant.rst /specs/rocky/approved/glance/Support-revert-pending-delete.rst 301 /specs/rocky/implemented/glance/Support-revert-pending-delete.rst +/specs/rocky/approved/glance/mitigate-ossn-0075.rst 301 /specs/rocky/implemented/glance/mitigate-ossn-0075.rst +/specs/rocky/approved/glance/multihash.rst 301 /specs/rocky/implemented/glance/multihash.rst +/specs/rocky/approved/glance/multi-store.rst 301 /specs/rocky/implemented/glance/multi-store.rst +/specs/rocky/approved/glance/operator-image-workflow.rst 301 /specs/rocky/implemented/glance/operator-image-workflow.rst +/specs/rocky/approved/glance/remove-v1.rst 301 /specs/rocky/implemented/glance/remove-v1.rst +/specs/rocky/approved/glance_store/deprecate-store_capabilities_update_min_interval.rst 301 /specs/rocky/implemented/glance_store/deprecate-store_capabilities_update_min_interval.rst diff --git a/specs/rocky/approved/index.rst b/specs/rocky/approved/index.rst index 9ca71a5a..2bf1de32 100644 --- a/specs/rocky/approved/index.rst +++ b/specs/rocky/approved/index.rst @@ -15,13 +15,7 @@ Rocky approved specs for Glance: glance/* glance/image-import/* -Rocky approved specs for glance_store: - -.. toctree:: - :glob: - :maxdepth: 1 - - glance_store/* +There are no approved yet unimplemented specs for glance_store in Rocky. Rocky approved specs for python-glanceclient: diff --git a/specs/rocky/approved/glance/mitigate-ossn-0075.rst b/specs/rocky/implemented/glance/mitigate-ossn-0075.rst similarity index 100% rename from specs/rocky/approved/glance/mitigate-ossn-0075.rst rename to specs/rocky/implemented/glance/mitigate-ossn-0075.rst diff --git a/specs/rocky/approved/glance/multi-store.rst b/specs/rocky/implemented/glance/multi-store.rst similarity index 100% rename from specs/rocky/approved/glance/multi-store.rst rename to specs/rocky/implemented/glance/multi-store.rst diff --git a/specs/rocky/approved/glance/multihash.rst b/specs/rocky/implemented/glance/multihash.rst similarity index 100% rename from specs/rocky/approved/glance/multihash.rst rename to specs/rocky/implemented/glance/multihash.rst diff --git a/specs/rocky/approved/glance/operator-image-workflow.rst b/specs/rocky/implemented/glance/operator-image-workflow.rst similarity index 100% rename from specs/rocky/approved/glance/operator-image-workflow.rst rename to specs/rocky/implemented/glance/operator-image-workflow.rst diff --git a/specs/rocky/approved/glance/remove-v1.rst b/specs/rocky/implemented/glance/remove-v1.rst similarity index 100% rename from specs/rocky/approved/glance/remove-v1.rst rename to specs/rocky/implemented/glance/remove-v1.rst diff --git a/specs/rocky/approved/glance_store/deprecate-store_capabilities_update_min_interval.rst b/specs/rocky/implemented/glance_store/deprecate-store_capabilities_update_min_interval.rst similarity index 100% rename from specs/rocky/approved/glance_store/deprecate-store_capabilities_update_min_interval.rst rename to specs/rocky/implemented/glance_store/deprecate-store_capabilities_update_min_interval.rst diff --git a/specs/rocky/implemented/index.rst b/specs/rocky/implemented/index.rst index a105dbed..74c2acbd 100644 --- a/specs/rocky/implemented/index.rst +++ b/specs/rocky/implemented/index.rst @@ -10,6 +10,13 @@ Rocky implemented specs for Glance: glance/* -No specs or lite-specs are yet implemented for glance_store in Rocky. +Rocky implemented specs for glance_store: + +.. toctree:: + :glob: + :maxdepth: 1 + + glance_store/* + No specs or lite-specs are yet implemented for python-glanceclient in Rocky.