diff options
author | Justin chi <chigang@huawei.com> | 2015-09-12 08:15:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-09-12 08:15:08 +0000 |
commit | c8bfaecc87a732f8b31fbb8629893d8df4af7468 (patch) | |
tree | 83eacc46a182f863602f742279963383f6604746 /deploy | |
parent | 0e31ef15f4765216d7d7c2354c09576681cda7ff (diff) | |
parent | 9322711b6347bab9c2a7b47792373ddabae3a8a6 (diff) |
Merge "delete unused dir and config item"
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/conf/base.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/deploy/conf/base.conf b/deploy/conf/base.conf index 4455cc43..050fe350 100644 --- a/deploy/conf/base.conf +++ b/deploy/conf/base.conf @@ -10,8 +10,6 @@ export MGMT_GW=${MAGMT_GW:-192.168.200.1} export MGMT_IP_START=${MGMT_IP_START:-192.168.200.3} export MGMT_IP_END=${MGMT_IP_END:-192.168.200.254} export OM_NIC=${OM_NIC:-eth3} -export OM_IP=${OM_IP:-192.168.127.11/22} -export OM_GW=${OM_GW:-192.168.124.1} export COMPASS_VIRT_CPUS=4 export COMPASS_VIRT_MEM=4096 export COMPASS_SERVER=$INSTALL_IP |