From a2a3250afb29c67924526bd9e1286014557b3027 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Wed, 18 Jul 2018 10:20:23 +0200 Subject: [PATCH] Remove old nova-compute / mysql relation Change-Id: I45bf4f6b9eb1fb50629acc0f00ccde774a7a5a03 Closes-Bug: #1713807 --- tests/basic_deployment.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/basic_deployment.py b/tests/basic_deployment.py index 16b2c57c..5106abca 100644 --- a/tests/basic_deployment.py +++ b/tests/basic_deployment.py @@ -78,7 +78,6 @@ class CephRadosGwBasicDeployment(OpenStackAmuletDeployment): def _add_relations(self): """Add all of the relations for the services.""" relations = { - 'nova-compute:shared-db': 'percona-cluster:shared-db', 'nova-compute:amqp': 'rabbitmq-server:amqp', 'nova-compute:image-service': 'glance:image-service', 'nova-compute:ceph': 'ceph-mon:client',