Turn off proxy for the smoke test.

Change-Id: Ice1c3c3033934ade9880256f2b8d792cab6c5948
This commit is contained in:
Tim Kuhlman 2014-07-25 14:44:50 -06:00
parent 6632d4ceef
commit 63126bc8e8

View File

@ -83,6 +83,10 @@ def setup_cli():
os.environ['OS_TENANT_NAME'] = 'mini-mon'
os.environ['OS_AUTH_URL'] = 'http://192.168.10.5:35357/v2.0/'
os.environ['MON_API_URL'] = 'http://' + api_host + ':8080/v2.0/'
os.environ['http_proxy'] = ''
os.environ['https_proxy'] = ''
os.environ['HTTP_PROXY'] = ''
os.environ['HTTPS_PROXY'] = ''
def create_mon_client():