From fe26e476f7ff8791bedf608e39594459f13d3e70 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Mon, 30 Oct 2017 12:03:58 -0400 Subject: [PATCH] Move implemented spec to 'implemented' Update the specs repo to indicate the Q-1 implementations. This includes moving the spec, adding a redirect so the old URL doesn't break, and adding a 'whereto' test. Change-Id: I8aac14f306f35d14ca06ca742f556ef8afb866fe --- doc/source/_extra/.htaccess | 1 + doc/test/redirect-tests.txt | 1 + .../glance/deprecate-registry.rst | 0 specs/queens/implemented/index.rst | 19 +++++++++++++++++++ specs/queens/index.rst | 4 ++-- 5 files changed, 23 insertions(+), 2 deletions(-) rename specs/queens/{approved => implemented}/glance/deprecate-registry.rst (100%) create mode 100644 specs/queens/implemented/index.rst diff --git a/doc/source/_extra/.htaccess b/doc/source/_extra/.htaccess index 758db41b..28d9c92d 100644 --- a/doc/source/_extra/.htaccess +++ b/doc/source/_extra/.htaccess @@ -1,2 +1,3 @@ # This file contains redirects to handle existing URLs for specs that # have been moved +Redirect 301 /specs/queens/approved/glance/deprecate-registry.html /specs/queens/implemented/glance/deprecate-registry.html \ No newline at end of file diff --git a/doc/test/redirect-tests.txt b/doc/test/redirect-tests.txt index b01fce91..0cb26f25 100644 --- a/doc/test/redirect-tests.txt +++ b/doc/test/redirect-tests.txt @@ -1,3 +1,4 @@ # 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/queens/approved/glance/deprecate-registry.html 301 /specs/queens/implemented/glance/deprecate-registry.html diff --git a/specs/queens/approved/glance/deprecate-registry.rst b/specs/queens/implemented/glance/deprecate-registry.rst similarity index 100% rename from specs/queens/approved/glance/deprecate-registry.rst rename to specs/queens/implemented/glance/deprecate-registry.rst diff --git a/specs/queens/implemented/index.rst b/specs/queens/implemented/index.rst new file mode 100644 index 00000000..31f870ee --- /dev/null +++ b/specs/queens/implemented/index.rst @@ -0,0 +1,19 @@ +================================= +Queens Implemented Specifications +================================= + +.. toctree:: + :glob: + :maxdepth: 1 + +Queens implemented specs for Glance: + +.. toctree:: + :glob: + :maxdepth: 1 + + glance/* + +No specs or lite-specs are implemented for glance_store in Queens. + +No specs or lite-specs are implemented for python-glanceclient in Queens. diff --git a/specs/queens/index.rst b/specs/queens/index.rst index 1fd8bd17..3c31b058 100644 --- a/specs/queens/index.rst +++ b/specs/queens/index.rst @@ -12,9 +12,9 @@ Queens implemented specs: :glob: :maxdepth: 1 -.. implemented/* + implemented/* -Queens approved (but not implemented) specs: +Queens approved specs: .. toctree:: :glob: