Sync charm-helpers to enable Ubuntu Disco
Change-Id: Id34149e65283a0368616a289cf844155400685d4
This commit is contained in:
parent
321c44516f
commit
f09e6cc157
@ -312,6 +312,7 @@ class OpenStackAmuletDeployment(AmuletDeployment):
|
||||
('artful', 'pike'),
|
||||
('bionic', 'queens'),
|
||||
('cosmic', 'rocky'),
|
||||
('disco', 'stein'),
|
||||
])
|
||||
if self.openstack:
|
||||
os_origin = self.openstack.split(':')[1]
|
||||
|
@ -23,6 +23,7 @@ UBUNTU_RELEASES = (
|
||||
'artful',
|
||||
'bionic',
|
||||
'cosmic',
|
||||
'disco',
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user