We are chuffed to announce the release of: openstack-ansible-os_glance 16.0.5: os_glance for OpenStack Ansible This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-os_glance/ For more details, please see below. 16.0.5 ^^^^^^ Upgrade Notes ************* * The glance registry service for the v2 API is now disabled by default as it is not required and is scheduled to be removed in the future. The service can be enabled by setting "glance_enable_v2_registry" to "True". As the glance v1 API is still enabled by default, and it requires the registry service, the glance-registry service will still remain running and operational as before. If the variable "glance_enable_v1_api" is set to "False" then both the v1 API and the registry service will be disabled and removed. Deprecation Notes ***************** * 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. Bug 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. Changes in openstack-ansible-os_glance 16.0.4..16.0.5 ----------------------------------------------------- 4708091 Remove jinja2 delimiters from when 6590581 Template api/registry enablement settings properly 2820908 Disable glance-registry for the v2 API by default f3ec687 Allow deployment without glance-registry Diffstat (except docs and test files) ------------------------------------- defaults/main.yml | 9 ++-- handlers/main.yml | 50 ++++++++++++++++++++++ .../notes/glance-v2-api-only-0d4a61b0d4dade18.yaml | 23 ++++++++++ tasks/glance_init_systemd.yml | 9 ---- tasks/glance_post_install.yml | 5 ++- templates/glance-api.conf.j2 | 12 ++++-- templates/glance-registry.conf.j2 | 5 +++ tox.ini | 24 ++++++++++- zuul.d/jobs.yaml | 28 ++++++++++++ zuul.d/project.yaml | 5 +++ 11 files changed, 154 insertions(+), 18 deletions(-)
participants (1)
-
no-reply@openstack.org