From d3176fdf04e623f182bed3b0172a509c08b7195d Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Tue, 2 Nov 2021 14:38:04 -0700 Subject: [PATCH] [TrivialFix] Fix up a bugfix release note Change-Id: I1cb7c1972e0cbe5deb270e80e85b2c3e35ec16f7 --- ..._override_instance_name-b730d106a9c32c83.yaml | 16 ---------------- ...-override-instance-name-b730d106a9c32c83.yaml | 11 +++++++++++ 2 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 releasenotes/notes/allow_override_instance_name-b730d106a9c32c83.yaml create mode 100644 releasenotes/notes/bug-1945463-allow-override-instance-name-b730d106a9c32c83.yaml diff --git a/releasenotes/notes/allow_override_instance_name-b730d106a9c32c83.yaml b/releasenotes/notes/allow_override_instance_name-b730d106a9c32c83.yaml deleted file mode 100644 index b54d7bac91..0000000000 --- a/releasenotes/notes/allow_override_instance_name-b730d106a9c32c83.yaml +++ /dev/null @@ -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. diff --git a/releasenotes/notes/bug-1945463-allow-override-instance-name-b730d106a9c32c83.yaml b/releasenotes/notes/bug-1945463-allow-override-instance-name-b730d106a9c32c83.yaml new file mode 100644 index 0000000000..0bf3fe4285 --- /dev/null +++ b/releasenotes/notes/bug-1945463-allow-override-instance-name-b730d106a9c32c83.yaml @@ -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 `_ for more information.