Remove disco support from the charm

Change-Id: Ie392ba049b097214d70182698ce7d10eec6617ff
This commit is contained in:
Alex Kavanagh 2020-02-18 15:50:22 +00:00
parent 755818526b
commit 9b6d5c9aac
2 changed files with 0 additions and 39 deletions

View File

@ -12,7 +12,6 @@ tags:
series:
- xenial
- bionic
- disco
- eoan
- trusty
extra-bindings:

View File

@ -1,38 +0,0 @@
series: disco
comment:
- 'machines section to decide order of deployment. database sooner = faster'
machines:
'0':
constraints: mem=3072M
'1':
'2':
'3':
'4':
relations:
- - keystone:shared-db
- mysql:shared-db
- - glance:shared-db
- mysql:shared-db
- - glance:identity-service
- keystone:identity-service
applications:
mysql:
charm: cs:~openstack-charmers-next/percona-cluster
num_units: 1
to:
- '0'
keystone:
series: disco
charm: ../../../keystone
num_units: 3
options:
token-expiration: 60
to:
- '1'
- '2'
- '3'
glance:
charm: cs:~openstack-charmers-next/glance
num_units: 1
to:
- '4'