Comment 13 for bug 1628316

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

Reviewed: https://review.openstack.org/380495
Committed: https://git.openstack.org/cgit/openstack/python-openstacksdk/commit/?id=4614979e7e49518c66812b233fbe6389bfc86ee3
Submitter: Jenkins
Branch: master

commit 4614979e7e49518c66812b233fbe6389bfc86ee3
Author: Matthew Edmonds <email address hidden>
Date: Fri Sep 30 15:01:30 2016 -0400

    avoid usage of keystoneauth1 sessions

    Passing a keystoneauth1 session to the Connection constructor
    instead of an openstacksdk session leads to strange errors. This
    change will check for this usage error and raise a clear exception.

    Change-Id: I5d2d74502ef8abcb6c609864ce6fd5f5ec55af2a
    Closes-Bug: #1628316