Browse Source
This uses the method _get_service_instance_name to generate the name of the share service instance, instead of using directly the share service id. Note that it changes the default value of the service_instance_name_template option to match the current default and keep backwards compatibility. Closes-Bug: #1945463 Change-Id: I3ee10f53315a37b47bd66eba082502b4209f4d95 Signed-off-by: David Caro <me@dcaro.es>changes/36/811736/3
4 changed files with 27 additions and 6 deletions
@ -0,0 +1,16 @@
|
||||
--- |
||||
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. |
Loading…
Reference in new issue