From f8bc692b11e9909a90ea6dafa5831ee8eb3d4426 Mon Sep 17 00:00:00 2001 From: Nicolas Pochet Date: Thu, 2 Aug 2018 17:50:19 +0200 Subject: [PATCH] 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/ --- tests/basic_deployment.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/basic_deployment.py b/tests/basic_deployment.py index d5487172..23ae53df 100644 --- a/tests/basic_deployment.py +++ b/tests/basic_deployment.py @@ -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:'