Pike 'versions' response includes 2.6 even when image import is not enabled
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Fix Released
|
Critical
|
Brian Rosmaita |
Bug Description
The bug is that the 'versions' response shows the EXPERIMENTAL 2.6 version even when enable_
This is why it's a bug. There are a series of changes [0] in RC-2 to make sure that when image import is not enabled, the /v2 responses to v2.6 calls are the same as what you'd see in v2.5, that is, 404 for:
/v2/images/
/v2/images/
/v2/info/import
and the OpenStack-
That being the case, we should not advertise the availability of 2.6 for a Glance in the default configuration (that is, configured with enable_
[0] These patches:
https:/
https:/
https:/
Fix proposed to branch: master /review. openstack. org/495512
Review: https:/