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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user