From 660f7c728094dcdd0dfb3566f4e27a8c725fde77 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 24 Aug 2017 18:16:00 -0400 Subject: [PATCH] Move implemented Pike specs to pike/implemented Change-Id: If01d747181ed4781f8a0d70308676c6da466e94f --- specs/pike/approved/glance/lite-specs.rst | 17 ----------------- .../glance/lite-spec-community-goal-wsgi.rst | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 17 deletions(-) create mode 100644 specs/pike/implemented/glance/lite-spec-community-goal-wsgi.rst diff --git a/specs/pike/approved/glance/lite-specs.rst b/specs/pike/approved/glance/lite-specs.rst index 09a4e215..4c8ae271 100644 --- a/specs/pike/approved/glance/lite-specs.rst +++ b/specs/pike/approved/glance/lite-specs.rst @@ -49,22 +49,5 @@ Community Goal: Support Python 3.5 End of `Community Goal: Support Python 3.5` +++++++++++++++++++++++++++++++++++++++++++ -Community Goal: Control Plane API endpoints deployment via WSGI ---------------------------------------------------------------- - -:problem: Implement the Pike community goal `Control Plane API endpoints deployment - via WSGI `_. - -:solution: Implement a devstack plugin to run the Images API v2 supplied by Glance - in mod_wsgi. - -:impacts: None. - -:assignee: Matt Treinish - -End of `Community Goal: Control Plane API endpoints deployment via WSGI` -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - Add your Spec Lite before this line =================================== diff --git a/specs/pike/implemented/glance/lite-spec-community-goal-wsgi.rst b/specs/pike/implemented/glance/lite-spec-community-goal-wsgi.rst new file mode 100644 index 00000000..13f9f95e --- /dev/null +++ b/specs/pike/implemented/glance/lite-spec-community-goal-wsgi.rst @@ -0,0 +1,14 @@ +Lite Spec: Community Goal: Control Plane API endpoints deployment via WSGI +-------------------------------------------------------------------------- + +:problem: Implement the Pike community goal `Control Plane API endpoints deployment + via WSGI `_. + +:solution: Implement a devstack plugin to run the Images API v2 supplied by Glance + in mod_wsgi. + +:impacts: None. + +:link: `Patches `_ + +:assignee: Matt Treinish