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
This commit is contained in:
parent
b7e47b8232
commit
148640a6ee
@ -44,7 +44,7 @@ Community Goal: Support Python 3.5
|
|||||||
|
|
||||||
:impacts: None.
|
:impacts: None.
|
||||||
|
|
||||||
:assignee: Alex Bashmakov
|
:assignee: Open
|
||||||
|
|
||||||
End of `Community Goal: Support Python 3.5`
|
End of `Community Goal: Support Python 3.5`
|
||||||
+++++++++++++++++++++++++++++++++++++++++++
|
+++++++++++++++++++++++++++++++++++++++++++
|
||||||
@ -60,49 +60,11 @@ Community Goal: Control Plane API endpoints deployment via WSGI
|
|||||||
|
|
||||||
:impacts: None.
|
:impacts: None.
|
||||||
|
|
||||||
:assignee: Alex Bashmakov
|
:assignee: Matt Treinish
|
||||||
|
|
||||||
End of `Community Goal: Control Plane API endpoints deployment via WSGI`
|
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
|
|
||||||
<https://review.openstack.org/#q,I141b17f9dd2acebe2b23f8fc93206e23bc70b568,n,z>`_.
|
|
||||||
|
|
||||||
: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
|
|
||||||
<http://lists.openstack.org/pipermail/openstack-dev/2017-February/112427.html>`_
|
|
||||||
and an `openstack-operators announcement
|
|
||||||
<http://lists.openstack.org/pipermail/openstack-operators/2017-February/012689.html>`_
|
|
||||||
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
|
|
||||||
<https://review.openstack.org/#q,I3026ca6287a65ab5287bf3843f2a9d756ce15139,n,z>`_
|
|
||||||
|
|
||||||
:assignee: rosmaita
|
|
||||||
|
|
||||||
End of `Remove Glare code from the Glance repository`
|
|
||||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
||||||
|
|
||||||
Introduce db sync --check feature
|
Introduce db sync --check feature
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
@ -128,7 +90,7 @@ Introduce db sync --check feature
|
|||||||
|
|
||||||
:link: https://bugs.launchpad.net/keystone/+bug/1642212
|
:link: https://bugs.launchpad.net/keystone/+bug/1642212
|
||||||
|
|
||||||
:assignee: Alexander Bashmakov
|
:assignee: Open
|
||||||
|
|
||||||
End of `Introduce db sync --check feature`
|
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
|
:link: https://docs.openstack.org/developer/oslo.middleware/healthcheck_plugins.html
|
||||||
|
|
||||||
:assignee: Unknown
|
:assignee: Open
|
||||||
|
|
||||||
End of `Introduce Glance Taskflow stopfile feature`
|
End of `Introduce Glance Taskflow stopfile feature`
|
||||||
+++++++++++++++++++++++++++++++++++++++++++++++++++
|
+++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
34
specs/pike/implemented/glance/lite-spec-glare-ectomy.rst
Normal file
34
specs/pike/implemented/glance/lite-spec-glare-ectomy.rst
Normal file
@ -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
|
||||||
|
<https://review.openstack.org/#q,I141b17f9dd2acebe2b23f8fc93206e23bc70b568,n,z>`_.
|
||||||
|
|
||||||
|
: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
|
||||||
|
<http://lists.openstack.org/pipermail/openstack-dev/2017-February/112427.html>`_
|
||||||
|
and an `openstack-operators announcement
|
||||||
|
<http://lists.openstack.org/pipermail/openstack-operators/2017-February/012689.html>`_
|
||||||
|
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
|
||||||
|
<https://review.openstack.org/#q,I3026ca6287a65ab5287bf3843f2a9d756ce15139,n,z>`_
|
||||||
|
|
||||||
|
:assignee: rosmaita
|
19
specs/pike/implemented/index.rst
Normal file
19
specs/pike/implemented/index.rst
Normal file
@ -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.
|
@ -12,7 +12,7 @@ Pike implemented specs:
|
|||||||
:glob:
|
:glob:
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
.. implemented/*
|
implemented/*
|
||||||
|
|
||||||
Pike approved (but not implemented) specs:
|
Pike approved (but not implemented) specs:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user