]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
microversion header for legacy endpoints removed
authorscottda <scott.dangelo@hp.com>
Fri, 4 Mar 2016 13:45:25 +0000 (06:45 -0700)
committerscottda <scott.dangelo@hp.com>
Mon, 7 Mar 2016 18:58:06 +0000 (11:58 -0700)
commitbd66dd9cca32aa3a701227a545982ed4a6745114
tree72b7f8af6f8d3b7f1b370590ab13631646f4ed05
parent6ae82c51c954f9e6e2aa178c50398a3a53687709
microversion header for legacy endpoints removed

With the current implementation, a microversion header will be returned
even if /v1 or /v2 API endpoints are used.
This is wrong, and constitutes an API change. Remove this header for
legacy endpoints /v1 and /v2.

Change-Id: Ided4fb35bd5cd5af512e777f9e4af275754097be
Closes-Bug: #1553194
cinder/api/openstack/wsgi.py
cinder/tests/unit/api/test_versions.py