From 4307ddd14ca1ec42ca56acf0902ea5303f1f6639 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Sun, 19 May 2013 10:27:36 -0500 Subject: Revert "Set EVENTLET_NO_GREENDNS=yes in tox.ini." We don't need this since EVENTLET_NO_GREENDNS=yes is set in keystone.common.wsgi_server . This reverts commit 46b224abf1c6f7c9bd579806f202a019e2695b29. Change-Id: I96c2c567f68cdd509425245c7772196918b44b44 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 401ec901..08afea20 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,6 @@ envlist = py26,py27,pep8 [testenv] setenv = VIRTUAL_ENV={envdir} - EVENTLET_NO_GREENDNS=yes NOSE_WITH_OPENSTACK=1 NOSE_OPENSTACK_COLOR=1 NOSE_OPENSTACK_RED=0.05 -- cgit