From: Narinder Gupta Date: Sat, 3 Oct 2015 03:12:09 +0000 (-0500) Subject: remove , from the yaml file as part of relation. X-Git-Tag: brahmaputra.1.0~159 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=184806f106e81cf1a471c3ae7cfbdb9744bf8bc9;p=joid.git remove , from the yaml file as part of relation. Change-Id: I0d57a9f1db9c04e0514843ee90dd0e47e7d54b66 --- diff --git a/ci/odl/juju-deployer/ovs-odl.yaml b/ci/odl/juju-deployer/ovs-odl.yaml index c22768f3..ec956fe7 100644 --- a/ci/odl/juju-deployer/ovs-odl.yaml +++ b/ci/odl/juju-deployer/ovs-odl.yaml @@ -78,7 +78,7 @@ openstack-services: - ['neutron-api:neutron-plugin-api-subordinate', 'neutron-api-odl:neutron-plugin-api-subordinate'] - ['neutron-api-odl:odl-controller', 'odl-controller:controller-api'] - ['nova-compute:neutron-plugin', 'openvswitch-odl:neutron-plugin'] - - ['neutron-gateway', 'mysql '], + - ['neutron-gateway', 'mysql'] - ['neutron-gateway:amqp', 'rabbitmq-server:amqp'] - ['neutron-gateway:quantum-network-service', 'nova-cloud-controller:quantum-network-service'] - ['neutron-gateway:neutron-plugin-api', 'neutron-api:neutron-plugin-api']