glance/glance/tests/integration
Alexander Tivelkov b974a63660 Move Glance Artifact Repository API to separate endpoint
EXPERIMENTAL Glance v3 API has been removed in favor of standalone API
(EXPERIMENTAL Artifacts API of v0.1).
This patch introduces a new process entry point to run on a different
port (9494 by default), with its own configuration file and a paste
config.

A controller stub for old /v3 api remains in the glnace.api package for
the compatibility with existing paste configuration which may reference
it. This stub returns a 301 redirects to glare endpoint if it is present
or 410 errors otherwise.

To reuse  the existing version_negotiation middleware some refactoring
has been made.

Implements blueprint: move-v3-to-glare

Change-Id: I5b7bd4cdcc5f2a40fc4a5f74bcc422fd700c4fb0
2016-02-10 18:34:55 +03:00
..
legacy_functional Move Glance Artifact Repository API to separate endpoint 2016-02-10 18:34:55 +03:00
v2 Move Glance Artifact Repository API to separate endpoint 2016-02-10 18:34:55 +03:00
__init__.py Port slow, overly assertive v1 functional tests to integration tests 2013-06-21 19:09:43 -07:00