Support for OpenStack Rocky

Update latest release to ship with a version 4 to rocky, ensuring
that charm does not try to keep upgrading gnocchi.

Change-Id: I60834807687ca0d9fb0bfc68095a79bddf0eb717
This commit is contained in:
James Page 2018-08-17 06:35:46 +01:00
parent fa42fcbfbf
commit 6b2d9d241c
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ class GnocchiCharm(GnochiCharmBase):
'gnocchi-common': collections.OrderedDict([
('2', 'mitaka'),
('3', 'pike'),
('4', 'queens'),
('4', 'rocky'),
]),
}