Merge "[TrivialFix] Fix up a bugfix release note"

This commit is contained in:
Zuul 2021-11-30 12:26:43 +00:00 committed by Gerrit Code Review
commit d4e16a30b9
2 changed files with 11 additions and 16 deletions

View File

@ -1,16 +0,0 @@
---
prelude: >
Honor the service_instance_name_template option and allow specifying a
custom one.
features:
- |
Honor the service_instance_name_template option and allow specifying a
custom one.
upgrade:
- |
The option service_instance_name_template will start being honored, so
review the configuration and revert to the default if you don't want it to
be taken into account.
fixes:
- |
The service_instance_name_template option was not being taken into account.

View File

@ -0,0 +1,11 @@
---
upgrade:
- |
The option ``service_instance_name_template`` will start being honored
by the Generic driver, so review your configuration and
revert to the default if you don't want it to be taken into account.
fixes:
- |
The ``service_instance_name_template`` option was not being taken into
account by the Generic driver, this issue is now addressed. See `bug
#1945463 <https://launchpad.net/bugs/1945463>`_ for more information.