Sync charm-helpers to enable Ubuntu Disco
Change-Id: I195c86d8cffa200284777d495e70ae620f5b7691
This commit is contained in:
parent
649312602c
commit
c6985dd40e
@ -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…
x
Reference in New Issue
Block a user