aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stor4nfv/roles/os-stor4nfv/tasks/opensds.yml
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2018-09-12 06:21:05 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-09-12 06:21:05 +0000
commitbba599d878dfffe96c2ef2ae96d23dc47627b656 (patch)
treedaa4edbe5f1c2026b998a5037e33e658f20ea928 /plugins/stor4nfv/roles/os-stor4nfv/tasks/opensds.yml
parent3c6c6c0742b7124fd5d1e84e975e6d0d6bff434e (diff)
parentc7f0de11b9272fcd2248e259780e744b1ad25532 (diff)
Merge "[stor4nfv] Update os-stor4nfv role for OpenStack deploy"
Diffstat (limited to 'plugins/stor4nfv/roles/os-stor4nfv/tasks/opensds.yml')
-rw-r--r--plugins/stor4nfv/roles/os-stor4nfv/tasks/opensds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/stor4nfv/roles/os-stor4nfv/tasks/opensds.yml b/plugins/stor4nfv/roles/os-stor4nfv/tasks/opensds.yml
index 2d0f05cc..fd9756a4 100644
--- a/plugins/stor4nfv/roles/os-stor4nfv/tasks/opensds.yml
+++ b/plugins/stor4nfv/roles/os-stor4nfv/tasks/opensds.yml
@@ -63,7 +63,7 @@
remote_user: root
shell: |
cd /opt;
- ./os_configure_vars.sh {{ public_vip.ip }}
+ ./os_configure_vars.sh {{ public_vip.ip }} {{ internal_vip.ip }}
- name: run playbook
remote_user: root