Rebuild for Victoria enablement
Change-Id: Id16a1499702c1641ae878aad49622d6ff66064be
This commit is contained in:
parent
be456c81ab
commit
9e31fcd4e5
2
rebuild
2
rebuild
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user