Comment 2 for bug 1676548

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

Reviewed: https://review.openstack.org/450433
Committed: https://git.openstack.org/cgit/openstack/barbican/commit/?id=1bd65b6b9af46d49459f572d9835370d8b72f7a8
Submitter: Jenkins
Branch: master

commit 1bd65b6b9af46d49459f572d9835370d8b72f7a8
Author: Steve Heyman <email address hidden>
Date: Mon Mar 27 14:36:53 2017 -0500

    Fix the creation of endpoints in keystone_data.sh

    When using bin/keystone_data.sh to create the barbican data it will
    fail creating the endpionts because of invalid syntax for the openstack
    endpoint create command. This CR fixes that, making the public and
    internal endpoint commands separate as required by the openstack
    command.

    Change-Id: I3f6d04888ad816e47e7e5882f13afffbb5b366c0
    Closes-Bug: #1676548