openstack-ansible/releasenotes/notes/cloudkitty-service-setup-host-9bd1d7372c501606.yaml
Dmitriy Rabotyagov 69bee0fe60 Bump SHAs for master
Change-Id: Iaeaab82f25832be23678681f0bcd8cbd1891df91
2019-11-17 13:32:17 +00:00

18 lines
582 B
YAML

---
features:
- |
The service setup in keystone for cloudkitty will now be executed
through delegation to the ``cloudkitty_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
cloudkitty_service_setup_host: "{{ groups['utility_all'][0] }}"
deprecations:
- |
The variable ``cloudkitty_requires_pip_packages`` is no longer required
and has therefore been removed.