openstack-ansible-os_octavia/releasenotes/notes/octavia-service-setup-host-...

13 lines
440 B
YAML

---
features:
- |
The service setup in keystone for octavia will now be executed
through delegation to the ``octavia_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
octavia_service_setup_host: "{{ groups['utility_all'][0] }}"