Rebuild for Victoria enablement

Change-Id: Id16a1499702c1641ae878aad49622d6ff66064be
This commit is contained in:
Corey Bryant 2020-07-16 13:50:57 +00:00 committed by David Ames
parent be456c81ab
commit 9e31fcd4e5
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
06fc37a3-f9fe-49d9-92e0-dd7b0f749c1c
75855040-f74a-4c37-82f2-9caf1a265ffe

View File

@ -86,7 +86,7 @@ class GnocchiCharmDatabaseRelationAdapter(adapters.DatabaseRelationAdapter):
def get_uri(self, prefix=None):
uri = super(GnocchiCharmDatabaseRelationAdapter, self).get_uri(prefix)
release = ch_utils.get_os_codename_install_source(
self.config['openstack-origin'])
self.charm_instance.options.openstack_origin)
if (ch_utils.OPENSTACK_RELEASES.index(release) >=
ch_utils.OPENSTACK_RELEASES.index('queens')):
if '?' in uri: