Sync charm-helpers to enable Ubuntu Disco

Change-Id: I6d65c6ff42c2cbeb0842d3b12426726033e84c8b
This commit is contained in:
Chris MacNaughton 2019-04-05 17:13:46 +02:00
parent 4b2d2e3c7d
commit f373e77fcb
2 changed files with 2 additions and 0 deletions

View File

@ -312,6 +312,7 @@ class OpenStackAmuletDeployment(AmuletDeployment):
('artful', 'pike'),
('bionic', 'queens'),
('cosmic', 'rocky'),
('disco', 'stein'),
])
if self.openstack:
os_origin = self.openstack.split(':')[1]

View File

@ -23,6 +23,7 @@ UBUNTU_RELEASES = (
'artful',
'bionic',
'cosmic',
'disco',
)