Comment 2 for bug 1625337

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

Reviewed: https://review.openstack.org/384161
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=626967c1a4e7d9d8e1a19a330fc31327ec5be265
Submitter: Jenkins
Branch: master

commit 626967c1a4e7d9d8e1a19a330fc31327ec5be265
Author: liyingjun <email address hidden>
Date: Sun Oct 9 14:57:29 2016 +0800

    Enable keystone authentication for Barbican

    By default Barbican has not enabled the Keystone authentication:

    [pipeline:barbican_api]
    pipeline = cors unauthenticated-context apiapp

    According to the Barbican install guide[1] this pipeline should be:

    pipeline = cors authtoken context apiapp

    [1]: http://docs.openstack.org/developer/barbican/setup/keystone.html

    Change-Id: I941515a98772a72762b20507e100e7872f3b4ab8
    Closes-bug: #1625337