Cleanup unneeded bug workarounds

Devstack-gate was setting two different neutron config settings to work
around the related bugs below. Both bugs are marked fix released so we
no longer need these workarounds. Delete them.

Change-Id: Ib7db7a823e4baf95e523e8ba7669deaaafe25407
related-bug: #1464612
related-bug: #1432189
This commit is contained in:
Clark Boylan
2015-08-07 18:15:03 -07:00
parent da5b0ac4fa
commit 08daf5dc14

View File

@@ -212,11 +212,6 @@ function setup_localrc {
if [[ "$DEVSTACK_GATE_NEUTRON" -eq "1" ]]; then
echo "Q_USE_DEBUG_COMMAND=True" >>"$localrc_file"
echo "NETWORK_GATEWAY=10.1.0.1" >>"$localrc_file"
# TODO(armax): get rid of this if as soon as bugs #1464612 and #1432189 get resolved
if [[ "$DEVSTACK_GATE_NEUTRON_UNSTABLE" -eq "0" ]]; then
echo "MYSQL_DRIVER=MySQL-python" >>"$localrc_file"
echo "API_WORKERS=0" >>"$localrc_file"
fi
fi
if [[ "$DEVSTACK_GATE_NEUTRON_DVR" -eq "1" ]]; then