Remove `nova-compute:shared-db` relation

The relation between nova-compute and databases is not needed anymore.

Change-Id: I6c4ca52b58de9496e6ab14ee9ff18c17f0b2b325
See: https://review.openstack.org/499823/
This commit is contained in:
Nicolas Pochet 2018-08-02 17:50:19 +02:00
parent 229e5ffccf
commit f8bc692b11
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ class CinderBasicDeployment(OpenStackAmuletDeployment):
# endpoint in the catalog.
relations.update({
'nova-compute:image-service': 'glance:image-service',
'nova-compute:shared-db': 'percona-cluster:shared-db',
'nova-compute:amqp': 'rabbitmq-server:amqp',
'nova-cloud-controller:shared-db': 'percona-cluster:shared-db',
'nova-cloud-controller:identity-service': 'keystone:'