Remove unused config for devstack job

Remove KURYR_ETCD_PORT because this config has been removed:
https://review.openstack.org/#/c/467718/

Change-Id: Ib1f6726854d75b8f677cb5b3326da8901251776c
This commit is contained in:
Hongbin Lu
2018-11-03 20:45:43 +00:00
parent f5787a4b83
commit 8e3f56498d

View File

@@ -33,7 +33,6 @@ fi
if [ "$db" = "etcd" ]; then
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ZUN_DB_TYPE=etcd"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"KURYR_ETCD_PORT=2379"
elif [ "$db" = "sql" ]; then
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ZUN_DB_TYPE=sql"
fi