Merge "add releasenote for octavia configuration"

This commit is contained in:
Zuul 2020-10-07 19:34:36 +00:00 committed by Gerrit Code Review
commit c8f7a8287b

@ -0,0 +1,17 @@
---
features:
- |
Adds support for automatic registration resources required for Octavia.
This includes a management network and subnet, security groups, flavor
and SSH key. The amphora image must be uploaded manually currently.
`BP#automatic-deploy-of-octavia
<https://blueprints.launchpad.net/kolla-ansible/+spec/implement-automatic-deploy-of-octavia>`__
- |
Adds support for automatic generation of certificates for Octavia via the
``kolla-ansible octavia-certificates`` command.
upgrade:
- |
Resources required for Octavia are now registered automatically by
default. Octavia users upgrading from Ussuri should set
``octavia_auto_configure`` to ``no`` in ``globals.yml`` to avoid
registering conflicting resources.