no commandline option to set insecure=True

Bug #1153715 reported by Aaron Rosen
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
python-neutronclient
Fix Released
High
Roman Podoliaka

Bug Description

in quantumclient/client.py

class HTTPClient(httplib2.Http):
    """Handles the REST calls and responses, include authn"""

    USER_AGENT = 'python-quantumclient'

    def __init__(self, username=None, tenant_name=None,
                 password=None, auth_url=None,
                 token=None, region_name=None, timeout=None,
                 endpoint_url=None, insecure=False,

Aaron Rosen (arosen)
Changed in python-quantumclient:
importance: Undecided → High
Aaron Rosen (arosen)
Changed in python-quantumclient:
milestone: none → 2.2.1
Changed in python-quantumclient:
assignee: nobody → Roman Podolyaka (rpodolyaka)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-quantumclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/24184

Changed in python-quantumclient:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-quantumclient (master)

Reviewed: https://review.openstack.org/24184
Committed: http://github.com/openstack/python-quantumclient/commit/a13a87c7ef2188bd4edc3513f4fdcac9b5f44dbb
Submitter: Jenkins
Branch: master

commit a13a87c7ef2188bd4edc3513f4fdcac9b5f44dbb
Author: Roman Podolyaka <email address hidden>
Date: Tue Mar 12 16:14:08 2013 +0200

    Add a missing command line option: --insecure

    This option allows to disable SSL certificates validation in HTTPClient.

    Fixes bug 1153715

    Change-Id: I2c5123c3b8482a932fa401c56827f1fffe9fa381

Changed in python-quantumclient:
status: In Progress → Fix Committed
Akihiro Motoki (amotoki)
Changed in python-neutronclient:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.