From 148640a6eede2bb2dd04be932f747339398fa9ee Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 25 May 2017 12:44:48 -0400 Subject: [PATCH] Add 'implemented' directory for Pike specs Start tracking the implemented Pike specs. This commit sets up the directory structure and moves an implemented spec-lite out of 'approved' and into 'implemented'. Change-Id: I861efc087f2224b8236d2430fb125adf6c63fcb7 --- specs/pike/approved/glance/lite-specs.rst | 46 ++----------------- .../glance/lite-spec-glare-ectomy.rst | 34 ++++++++++++++ specs/pike/implemented/index.rst | 19 ++++++++ specs/pike/index.rst | 2 +- 4 files changed, 58 insertions(+), 43 deletions(-) create mode 100644 specs/pike/implemented/glance/lite-spec-glare-ectomy.rst create mode 100644 specs/pike/implemented/index.rst diff --git a/specs/pike/approved/glance/lite-specs.rst b/specs/pike/approved/glance/lite-specs.rst index 9c3816d8..7b494ac1 100644 --- a/specs/pike/approved/glance/lite-specs.rst +++ b/specs/pike/approved/glance/lite-specs.rst @@ -44,7 +44,7 @@ Community Goal: Support Python 3.5 :impacts: None. -:assignee: Alex Bashmakov +:assignee: Open End of `Community Goal: Support Python 3.5` +++++++++++++++++++++++++++++++++++++++++++ @@ -60,49 +60,11 @@ Community Goal: Control Plane API endpoints deployment via WSGI :impacts: None. -:assignee: Alex Bashmakov +:assignee: Matt Treinish End of `Community Goal: Control Plane API endpoints deployment via WSGI` ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -Remove Glare code from the Glance repository --------------------------------------------- - -:problem: Glare became a separate project with its own code repository during - Newton. The code was copied out of the Glance tree, but remained in - the Glance repository. It is no longer being maintained within - Glance, and that has begun to cause some problems, for example, - blocking a recent stevedore upper constraints change; see Change-Id: - `I141b17f9dd2acebe2b23f8fc93206e23bc70b568 - `_. - -:solution: Remove all Glare code from the Glance repository and drop all - artifacts tables from the Glance database. - -:impacts: No API Impact as the Glare API was EXPERIMENTAL in both versions - that ran on the code being removed ('/v3' on the Glance endpoint in - Liberty, '/v0.1' on its own endpoint in Mitaka). - - As a courtesy to projects/packagers/deployers that may have consumed - Glare from the Glance code repository, an `openstack-dev announcement - `_ - and an `openstack-operators announcement - `_ - were sent out on 16 February 2017. There has been no response so - far. - - A detailed release note will be included in the patch. - -:timeline: Pike-1 - -:link: Change-Id: `I3026ca6287a65ab5287bf3843f2a9d756ce15139 - `_ - -:assignee: rosmaita - -End of `Remove Glare code from the Glance repository` -+++++++++++++++++++++++++++++++++++++++++++++++++++++ - Introduce db sync --check feature --------------------------------- @@ -128,7 +90,7 @@ Introduce db sync --check feature :link: https://bugs.launchpad.net/keystone/+bug/1642212 -:assignee: Alexander Bashmakov +:assignee: Open End of `Introduce db sync --check feature` ++++++++++++++++++++++++++++++++++++++++++ @@ -160,7 +122,7 @@ Introduce Glance Taskflow stopfile feature :link: https://docs.openstack.org/developer/oslo.middleware/healthcheck_plugins.html -:assignee: Unknown +:assignee: Open End of `Introduce Glance Taskflow stopfile feature` +++++++++++++++++++++++++++++++++++++++++++++++++++ diff --git a/specs/pike/implemented/glance/lite-spec-glare-ectomy.rst b/specs/pike/implemented/glance/lite-spec-glare-ectomy.rst new file mode 100644 index 00000000..43a340f0 --- /dev/null +++ b/specs/pike/implemented/glance/lite-spec-glare-ectomy.rst @@ -0,0 +1,34 @@ +Lite Spec: Remove Glare code from the Glance repository +------------------------------------------------------- + +:problem: Glare became a separate project with its own code repository during + Newton. The code was copied out of the Glance tree, but remained in + the Glance repository. It is no longer being maintained within + Glance, and that has begun to cause some problems, for example, + blocking a recent stevedore upper constraints change; see Change-Id: + `I141b17f9dd2acebe2b23f8fc93206e23bc70b568 + `_. + +:solution: Remove all Glare code from the Glance repository and drop all + artifacts tables from the Glance database. + +:impacts: No API Impact as the Glare API was EXPERIMENTAL in both versions + that ran on the code being removed ('/v3' on the Glance endpoint in + Liberty, '/v0.1' on its own endpoint in Mitaka). + + As a courtesy to projects/packagers/deployers that may have consumed + Glare from the Glance code repository, an `openstack-dev announcement + `_ + and an `openstack-operators announcement + `_ + were sent out on 16 February 2017. There has been no response so + far. + + A detailed release note will be included in the patch. + +:timeline: Pike-1 + +:link: Change-Id: `I3026ca6287a65ab5287bf3843f2a9d756ce15139 + `_ + +:assignee: rosmaita diff --git a/specs/pike/implemented/index.rst b/specs/pike/implemented/index.rst new file mode 100644 index 00000000..2173b43a --- /dev/null +++ b/specs/pike/implemented/index.rst @@ -0,0 +1,19 @@ +=============================== +Pike Implemented Specifications +=============================== + +.. toctree:: + :glob: + :maxdepth: 1 + +Pike implemented specs for Glance: + +.. toctree:: + :glob: + :maxdepth: 1 + + glance/* + +No specs or lite-specs are implemented for glance_store in Pike. + +No specs or lite-specs are implemented for python-glanceclient in Pike. diff --git a/specs/pike/index.rst b/specs/pike/index.rst index 2381a1e9..44860f83 100644 --- a/specs/pike/index.rst +++ b/specs/pike/index.rst @@ -12,7 +12,7 @@ Pike implemented specs: :glob: :maxdepth: 1 -.. implemented/* + implemented/* Pike approved (but not implemented) specs: