dc421891ff
With branching done earlier than the rc1 freeze, we needed to bring the release notes from the updated roles into the integrated repo. On top of the changes needed for M1 is the version change. The openstack SHAs will be updated in a separate commit. Change-Id: I4d5211062966bc4fdb9f5d36eec46d9911012acd
19 lines
648 B
YAML
19 lines
648 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] }}"
|
|
|
|
deprecations:
|
|
- |
|
|
The variable ``octavia_image_downloader`` has been removed. The image
|
|
download now uses the same host designated by the
|
|
``octavia_service_setup_host`` for the image download.
|