Merge "Fix support for spaces in shared-db relation"

This commit is contained in:
Jenkins 2017-01-27 09:33:53 +00:00 committed by Gerrit Code Review
commit 643317ab1c
1 changed files with 1 additions and 2 deletions

View File

@ -164,8 +164,7 @@ class BarbicanCharm(charms_openstack.charm.HAOpenStackCharm):
return [
dict(
database=self.config['database'],
username=self.config['database-user'],
hostname=hookenv.unit_private_ip(), )
username=self.config['database-user'], )
]
def action_generate_mkek(self, hsm):