From 7a4bbc7602a0fcce76b622e28eca812b7cffd1d9 Mon Sep 17 00:00:00 2001 From: Joe Guo Date: Thu, 6 May 2021 11:53:11 +1200 Subject: [PATCH] bundle-bionic-ussuri.yaml: relations defined more than once I got error when deploy this bundle: juju deploy ./bundle-bionic-ussuri.yaml ERROR cannot deploy bundle: the provided bundle has the following errors: relation ["neutron-gateway:amqp" "rabbitmq-server:amqp"] is defined more than once relation ["neutron-gateway:neutron-plugin-api" "neutron-api:neutron-plugin-api"] is defined more than once relation ["nova-cloud-controller:quantum-network-service" "neutron-gateway:quantum-network-service"] is defined more than once this patch removed above duplicated relations in bundle. Signed-off-by: Joe Guo --- bundle-bionic-ussuri.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bundle-bionic-ussuri.yaml b/bundle-bionic-ussuri.yaml index a7e9400..ff20f07 100644 --- a/bundle-bionic-ussuri.yaml +++ b/bundle-bionic-ussuri.yaml @@ -117,12 +117,6 @@ relations: - designate:coordinator-memcached - - ceph-osd:mon - ceph-mon:osd -- - neutron-gateway:amqp - - rabbitmq-server:amqp -- - neutron-gateway:neutron-plugin-api - - neutron-api:neutron-plugin-api -- - nova-cloud-controller:quantum-network-service - - neutron-gateway:quantum-network-service series: bionic services: ceilometer: