openstack-ansible/releasenotes/notes/cinder-service-setup-host-712ca5e7b7b9d578.yaml
Jean-Philippe Evrard 455b8ddedd Freeze all SHAs for RC1
This patch updates all the roles to the latest available stable
SHA's, freeze the shas, copies the release notes from the updated
roles into the integrated repo.

The OpenStack Service SHAs and the python requirement pins are
handled separately.

Change-Id: I4d5211062966bc4fdb9f5d36eec46d9911012acd
2018-08-16 14:17:03 +00:00

18 lines
566 B
YAML

---
features:
- |
The service setup in keystone for cinder will now be executed
through delegation to the ``cinder_service_setup_host`` which,
by default, is ``localhost`` (the deploy host). Deployers can
opt to rather change this to the utility container by implementing
the following override in ``user_variables.yml``.
.. code-block:: yaml
cinder_service_setup_host: "{{ groups['utility_all'][0] }}"
deprecations:
- |
The variable ``cinder_requires_pip_packages`` is no longer required
and has therefore been removed.