diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-06 15:03:04 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-06 15:47:18 -0500 |
commit | 30e949d21abe6fb009feb2c2aa3111a85d5258c4 (patch) | |
tree | f14bd1064391766002728b614fe7cc4f158f5691 /ci/bundle_tpl | |
parent | 76be10bc41d3c40b0948e3a98adb7a2b9c2ddfb7 (diff) |
wrong vip for rabbitmq correcting it.
Change-Id: I32e20cd2dcd789566ee61cfa70a0dc4c4ca3503a
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/bundle_tpl')
-rw-r--r-- | ci/bundle_tpl/nova-cloud-controller.yaml | 1 | ||||
-rw-r--r-- | ci/bundle_tpl/rabbitmq.yaml | 2 |
2 files changed, 2 insertions, 1 deletions
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: |