Add Invalid input for external_gateway_info error workaround
diff --git a/configure.sh b/configure.sh
index 6dbafaa..a44f2b0 100755
--- a/configure.sh
+++ b/configure.sh
@@ -20,6 +20,7 @@
   rally_version=$(rally version 2>&1)
   if [ "$rally_version" == "0.9.0" ] || [ "$rally_version" == "0.9.1" ]; then
     pip install ansible==2.3.2.0
+    sed -i '270s/,/}#,/g' /usr/local/lib/python2.7/dist-packages/rally/plugins/openstack/wrappers/network.py
   fi
   sub_name=`date "+%H_%M_%S"`
   rally deployment create --fromenv --name=tempest_$sub_name