~matsubara/maas/import-http-proxy

« back to all changes in this revision

Viewing changes to maas-integration.py

  • Committer: Diogo Matsubara
  • Date: 2013-10-24 21:18:04 UTC
  • Revision ID: diogo.matsubara@canonical.com-20131024211804-1j57nw6mhabrzt6w
properly import HTTP_PROXY

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
from utils import (
18
18
    assertCommandReturnCode, assertStartedUpstartService,
19
19
    is_juju_core, run_command, timeout, update_pxe_config,
20
 
    CLUSTER_CONTROLLER_IP, SQUID_DEB_PROXY_URL
 
20
    CLUSTER_CONTROLLER_IP, SQUID_DEB_PROXY_URL, HTTP_PROXY
21
21
    )
22
22
 
23
23
sys.path.insert(0, "/usr/share/maas")