Documentation anomaly in TransportURL parse classmethod

Bug #1394992 reported by OpenStack Infra
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Tom Fifield

Bug Description

https://review.openstack.org/131812
commit f74014a7dbec7ce3e28e8e1e1271a540c80bcce3
Author: Oleksii Zamiatin <email address hidden>
Date: Wed Oct 29 18:14:00 2014 +0200

    Documentation anomaly in TransportURL parse classmethod

    The documentation for the classmethod `parse` states that

        The last parsed username and password will be propagated to the rest
        of hosts specified::
        user:pass@host1:port1,host2:port2
        [
        {"username": "user", "password": "pass", "host": "host1:port1"},
        {"username": "user", "password": "pass", "host": "host2:port2"}
        ]

    However, in practice one needs to specify the usernames and passwords
    individually with every host.

    DocImpact: Documentation needs to be changed due anomaly in TransportURL
    parse classmethod.

    Change-Id: I1a9e07e0380a0d6f7d00731df93c9ba01ae20e0e
    Closes-Bug: #1355684

Changed in openstack-manuals:
status: New → Confirmed
Revision history for this message
Darren Chan (dazzachan) wrote :

I can't seem to find a reference to this information in the openstack manuals, apart from http://docs.openstack.org/developer/oslo.messaging/transport.html which has been updated.

Changed in openstack-manuals:
assignee: nobody → Darren Chan (dazzachan)
Changed in openstack-manuals:
importance: Undecided → Medium
Darren Chan (dazzachan)
Changed in openstack-manuals:
assignee: Darren Chan (dazzachan) → nobody
Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: Confirmed → Fix Released
assignee: nobody → Tom Fifield (fifieldt)
milestone: none → liberty
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.