From 08daf5dc1413b12871cf6adda9fa3a36aab35deb Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 7 Aug 2015 18:15:03 -0700 Subject: [PATCH] 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 --- devstack-vm-gate.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index a071601b..8515c426 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -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