Comment 5 for bug 1815814

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (master)

Reviewed: https://review.openstack.org/636772
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=281e01967620a2a1db1a8ef6de9d3baa18cd636e
Submitter: Zuul
Branch: master

commit 281e01967620a2a1db1a8ef6de9d3baa18cd636e
Author: Alex Schultz <email address hidden>
Date: Wed Feb 13 15:40:05 2019 -0700

    Check proxy env vars

    If a user is using http_proxy or https_proxy but is not excluding
    localhost from being proxied via the no_proxy var it can lead to a
    failure when we try and talk to the heat api. This change adds a check
    that is used for both the standalone tripleo deploy command and
    the undercloud install to ensure the end user does not hit this
    condition.

    Change-Id: I507d81278097bc3b5e23d53ae35aa26657541bfc
    Closes-Bug: #1815814