diff --git a/releasenotes/notes/automatic-deploy-of-octavia-efe94f4db86d9106.yaml b/releasenotes/notes/automatic-deploy-of-octavia-efe94f4db86d9106.yaml new file mode 100644 index 0000000000..f316e7b545 --- /dev/null +++ b/releasenotes/notes/automatic-deploy-of-octavia-efe94f4db86d9106.yaml @@ -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 + `__ + - | + 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.