Update series metadata

Ensure that EOL releases are removed from metadata
and tests, and that the current dev release is enabled
in metadata.  Dev release tests are enabled separately
because of chickens and eggs.

Add missing amqp relation between neutron-api and rabbitmq-server

Change-Id: Id12d00654547c54b421b3b21a9f53e0ccb352fa2
This commit is contained in:
Frode Nordahl 2019-04-05 07:29:08 +02:00
parent 27e4b57a71
commit bd11190753
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ series:
- xenial
- bionic
- cosmic
- disco
- trusty
subordinate: false
provides:

View File

@ -100,6 +100,7 @@ class DesignateBasicDeployment(amulet_deployment.OpenStackAmuletDeployment):
'designate:dnsaas': 'neutron-api:external-dns',
'neutron-api:identity-service': 'keystone:identity-service',
'neutron-api:shared-db': 'percona-cluster:shared-db',
'neutron-api:amqp': 'rabbitmq-server:amqp',
}
super(DesignateBasicDeployment, self)._add_relations(relations)