diff options
author | Yifei Xue <xueyifei@huawei.com> | 2018-02-06 01:54:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-06 01:54:03 +0000 |
commit | 45234f29eec45dc6a97c6a5db2a8d8a700624ab1 (patch) | |
tree | c6f93adbf1645151670ad4ea4e7f238f922b3c20 /deploy/conf/cluster.conf | |
parent | 41006b9b6044ce732a0de3c78480d1d6db5f96e9 (diff) | |
parent | f229198474dd5c8af9a195679c0480e154629c9b (diff) |
Merge "Fix some hard coding for some ip assignments"
Diffstat (limited to 'deploy/conf/cluster.conf')
-rw-r--r-- | deploy/conf/cluster.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deploy/conf/cluster.conf b/deploy/conf/cluster.conf index 750ff113..c7a708b9 100644 --- a/deploy/conf/cluster.conf +++ b/deploy/conf/cluster.conf @@ -30,4 +30,3 @@ if [[ "x"$KUBERNETES_VERSION != "x" ]]; then fi export DEFAULT_ROLES="" -export VIP="10.1.0.222" |