Open graham-b-hardy opened 2 years ago
File requested for comparison - also colleagues have submitted a request to also include Proxy Server functionality when the Private URL for IBM Cloud is used example below
def send_command(conn, command, method="GET", action=None, printResult=True): url = conn.base_url + command
conn.setopt(pycurl.URL, url.encode("ascii")) conn.setopt(pycurl.PROXY, "http://192.168.150.4:3128") web_buffer = io.BytesIO()
Can one of the admins verify this patch?
Can one of the admins check and authorise this run please: https://ci.kronosnet.org/job/fence-agents-pipeline/job/PR-478/1/input
File requested for comparison - also colleagues have submitted a request to also include Proxy Server functionality when the Private URL for IBM Cloud is used example below
def send_command(conn, command, method="GET", action=None, printResult=True): url = conn.base_url + command