From 561feeb3835cf50952246a7ced1564610be49298 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 13 Jul 2020 19:17:12 +0000 Subject: [PATCH] Add victoria package version Also remove jinja2 from wheelhouse.txt as is a duplicate and due to improvements in charm build it now causes the build to fail. Change-Id: I75a1f34cd3b1c31191c6022a2440216bcad18e3b --- src/lib/charm/openstack/dragent.py | 1 + src/wheelhouse.txt | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/charm/openstack/dragent.py b/src/lib/charm/openstack/dragent.py index 94b5fc2..8d50626 100644 --- a/src/lib/charm/openstack/dragent.py +++ b/src/lib/charm/openstack/dragent.py @@ -119,6 +119,7 @@ class DRAgentCharm(charms_openstack.charm.OpenStackCharm): ('14', 'stein'), ('15', 'train'), ('16', 'ussuri'), + ('17', 'victoria'), ]), } diff --git a/src/wheelhouse.txt b/src/wheelhouse.txt index 17c1230..a4d92cc 100644 --- a/src/wheelhouse.txt +++ b/src/wheelhouse.txt @@ -1,3 +1 @@ - -jinja2 psutil