diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-02 22:12:09 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-02 22:12:09 -0500 |
commit | 184806f106e81cf1a471c3ae7cfbdb9744bf8bc9 (patch) | |
tree | 9c779e16e1f7d9fb411896a68c90a84d23737b2c /ci/odl | |
parent | eb4fc25d81416889a0e0587f13da05a35ea14d22 (diff) |
remove , from the yaml file as part of relation.
Change-Id: I0d57a9f1db9c04e0514843ee90dd0e47e7d54b66
Diffstat (limited to 'ci/odl')
-rw-r--r-- | ci/odl/juju-deployer/ovs-odl.yaml | 2 |
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'] |