Sync charm-helpers to enable Ubuntu Disco
Change-Id: I1129cbef394953dacf6756536cd0e3ea27458675
This commit is contained in:
parent
339a34a6f4
commit
2347e2c742
@ -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