Comment 12 for bug 1450414

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

Reviewed: https://review.openstack.org/263337
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=0740766467a3c8de0bf9d03689158a86591bd506
Submitter: Jenkins
Branch: master

commit 0740766467a3c8de0bf9d03689158a86591bd506
Author: Jaspinder <email address hidden>
Date: Mon Jan 4 05:08:41 2016 -0600

    fix: can't get authentication with os-token and os-url

    Currently, there is no way to authenticate a user
    through Neutron CLI by just using endpoint and token
    authentication. This simple fix will at least allow
    for that to be permitted.

    Change-Id: Ia7d285af224ef225aa20f83d7d4c87b81aac58ed
    Closes-Bug: 1450414