Add ussuri package version and pin Jinja2 wheel

Add the ussuri major package version.
Pin Jinja2 to the last versions supporting python 3.4 for trusty.

Change-Id: I163c7780e24993794433a19f1c4ac26252b90539
This commit is contained in:
Corey Bryant 2020-01-17 14:43:48 +00:00
parent 3b1671860c
commit d070431a06
2 changed files with 3 additions and 2 deletions

View File

@ -113,6 +113,7 @@ class AodhCharm(charms_openstack.charm.HAOpenStackCharm):
('7', 'rocky'),
('8', 'stein'),
('9', 'train'),
('10', 'ussuri'),
]),
}

View File

@ -1,3 +1,3 @@
jinja2
# pin Jinja2 to the last versions supporting python 3.4 for trusty
Jinja2<=2.10.1
psutil