Comment 5 for bug 1629331

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

Reviewed: https://review.openstack.org/380484
Committed: https://git.openstack.org/cgit/openstack/python-openstacksdk/commit/?id=6f2209e2385d4292906576c3b04911acae87ad16
Submitter: Jenkins
Branch: master

commit 6f2209e2385d4292906576c3b04911acae87ad16
Author: Matthew Edmonds <email address hidden>
Date: Fri Sep 30 14:20:55 2016 -0400

    Clarify argparse connections

    The user guide shows that options passed to connection.from_config do
    not have to be an argparse Namespace, contrary to the comments in
    connection.from_config. This change corrects those comments and adds
    a user guide example showing how argparse may be used.

    Change-Id: I2a9e92cbf0aab16476001be772034e9698a24c9f
    Closes-Bug: #1629331