summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-10-02 22:12:09 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2015-10-02 22:12:09 -0500
commit184806f106e81cf1a471c3ae7cfbdb9744bf8bc9 (patch)
tree9c779e16e1f7d9fb411896a68c90a84d23737b2c /ci
parenteb4fc25d81416889a0e0587f13da05a35ea14d22 (diff)
remove , from the yaml file as part of relation.
Change-Id: I0d57a9f1db9c04e0514843ee90dd0e47e7d54b66
Diffstat (limited to 'ci')
-rw-r--r--ci/odl/juju-deployer/ovs-odl.yaml2
1 files changed, 1 insertions, 1 deletions
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']