Comment 6 for bug 1497993

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

Reviewed: https://review.openstack.org/483457
Committed: https://git.openstack.org/cgit/openstack/castellan/commit/?id=17e8b29067e93dbe5f13d0d18e62b06fcd148d3f
Submitter: Jenkins
Branch: master

commit 17e8b29067e93dbe5f13d0d18e62b06fcd148d3f
Author: Paul Bourke <email address hidden>
Date: Thu Jul 13 16:49:16 2017 +0100

    Fix retrieving barbican endpoint from service catalog

    The context wrapper classes under castellan.common.credentials were
    missing an auth_url property resulting in calls to get_endpoint()
    failing with 'Could not determine a suitable URL for the plugin' unless
    users set barbican/auth_endpoint.

    Change-Id: I1be3a1e11e3f4c2170062927ad359bf679eb25d9
    Closes-Bug: #1497993