Remove redundant line from vagrant All-In-One script

There is a legacy code line that was left in the setup-aio.sh file that
is now redundant.
Removed it.

Change-Id: Ia0605c49659cd530a8da15e2bb70ba4e07150ca2
This commit is contained in:
Shachar Snapiri 2018-03-22 15:38:27 +02:00
parent 6605dd26bc
commit 59b1bee369
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ cp /dragonflow/doc/source/single-node-conf/etcd_local_controller.conf ~/devstack
# Get the IP address
ipaddress=$(ifconfig eth1 2>/dev/null|awk '/inet addr:/ {split($2,a,":"); print a[2]}')
sed -i -e "$SED_SCRIPT" devstack/local.conf
# Adjust some things in local.conf
cat << DEVSTACKEOF >> devstack/local.conf