Comment 7 for bug 1469843

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

Reviewed: https://review.openstack.org/199719
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=f89fc1ef3288fb432fe6f76268a92f6f1111a1eb
Submitter: Jenkins
Branch: master

commit f89fc1ef3288fb432fe6f76268a92f6f1111a1eb
Author: TerryHowe <email address hidden>
Date: Wed Jul 8 13:52:45 2015 -0600

    Fix address parsing for server ssh command

    There seem to be three formats for the server address field
    and the old code only supported the old format. This code adds
    a parser for all three formats.

    Change-Id: I7f12d2c69ff70556907ea6f31a0e0bba91b68b49
    Closes-Bug: #1469843