openstack-ansible/releasenotes/notes/glance-v2-api-only-0d4a61b0d4dade18.yaml
Jean-Philippe Evrard 91cf1e88dc Freeze all SHAs for 17.0.0.0b2
This patch updates all the roles to the latest available stable
SHA's, copies the release notes from the updated roles into the
integrated repo.

Change-Id: Iebe2dfd5b1a1fd8977d13075dfe7f841e6e416a0
2017-12-09 15:05:35 +00:00

23 lines
946 B
YAML

---
upgrade:
- |
The glance v1 API is now disabled by default as the API is scheduled
to be removed in Queens.
- |
The glance registry service is now disabled by default as it is not
required for the v2 API and is scheduled to be removed in the future.
The service can be enabled by setting ``glance_enable_v2_registry``
to ``True``.
deprecations:
- |
The ``glance_enable_v1_registry`` variable has been removed. When using
the glance v1 API the registry service is required, so having a variable
to disable it makes little sense. The service is now enabled/disabled
for the v1 API using the ``glance_enable_v1_api`` variable.
fixes:
- |
When the ``glance_enable_v2_registry`` variable is set to ``True`` the
corresponding ``data_api`` setting is now correctly set. Previously it
was not set and therefore the API service was not correctly informed
that the registry was operating.