Remove duplicate backend from manilla.conf

Change-Id: Ied3af7ada58271f9a2d042fe5725807752b9553a
Closes-Bug: #1929939
This commit is contained in:
Liam Young 2021-06-17 09:48:24 +00:00 committed by Aurelien Lourot
parent 55f501e680
commit 6c749e8be9
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ class ManilaCharm(charms_openstack.charm.HAOpenStackCharm):
return []
# adapter.names is a property that provides a list of backend manila
# plugin names for the sections
return adapter.relation.names
return sorted(list(set(adapter.relation.names)))
def config_lines_for(self, config_file):
"""Return the list of configuration lines for `config_file` as returned