~psivaa/uci-engine/rabbitmq-restish-with-proxy

« back to all changes in this revision

Viewing changes to juju-deployer/deploy.py

  • Committer: Parameswaram Sivatharman
  • Date: 2014-05-29 10:24:55 UTC
  • Revision ID: para.siva@canonical.com-20140529102455-fxjjd2ddkn9cik8f
no_proxy in deploy and yaml files

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        'CI_MASTER_PPA': 'ppa:ci-engineering-airline/ci-archive',
78
78
    }
79
79
    missing_required = []
 
80
        if not os.environ.get('CI_PRIVATE_NO_PROXY'):
 
81
            missing_required.append('CI_PRIVATE_NO_PROXY')
80
82
    for key in cheetah_vars:
81
83
        if key not in os.environ or len(os.environ[key]) == 0:
82
84
            default = cheetah_vars[key]