From 30e949d21abe6fb009feb2c2aa3111a85d5258c4 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 6 Jul 2016 15:03:04 -0500 Subject: wrong vip for rabbitmq correcting it. Change-Id: I32e20cd2dcd789566ee61cfa70a0dc4c4ca3503a Signed-off-by: Narinder Gupta --- ci/bundle_tpl/nova-cloud-controller.yaml | 1 + ci/bundle_tpl/rabbitmq.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'ci/bundle_tpl') diff --git a/ci/bundle_tpl/nova-cloud-controller.yaml b/ci/bundle_tpl/nova-cloud-controller.yaml index 4f51c30c..47421145 100644 --- a/ci/bundle_tpl/nova-cloud-controller.yaml +++ b/ci/bundle_tpl/nova-cloud-controller.yaml @@ -3,6 +3,7 @@ num_units: {{ unit_qty() }} options: console-access-protocol: novnc + neutron-external-network: ext-net {% if opnfv.domain is defined %} console-proxy-ip: {{ opnfv.domain }} {% endif %} diff --git a/ci/bundle_tpl/rabbitmq.yaml b/ci/bundle_tpl/rabbitmq.yaml index d7f9c127..1020340f 100644 --- a/ci/bundle_tpl/rabbitmq.yaml +++ b/ci/bundle_tpl/rabbitmq.yaml @@ -3,7 +3,7 @@ num_units: {{ unit_qty() }} options: {% if os.ha.mode == 'ha' %} - vip: {{ opnfv.vip.mysql }} + vip: {{ opnfv.vip.rabbitmq }} min-cluster-size: {{ unit_qty() }} {% endif %} to: -- cgit 1.2.3-korg