Comment 2 for bug 1656327

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

Reviewed: https://review.openstack.org/420043
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=363a783be2a0a48dfeb7199362d3d1af16a78352
Submitter: Jenkins
Branch: master

commit 363a783be2a0a48dfeb7199362d3d1af16a78352
Author: Mykyta Karpin <email address hidden>
Date: Fri Jan 13 17:38:31 2017 +0200

    Ensure keystone endpoint is created before openrc

    In puppet 4 keystone endpoint creation order is different
    from puppet 3, keystone endpoint always should be created
    before openrc is created because of [1].

    This patch makes use of code [2] by adding openrc tag to
    credentials file. This will ensure keystone endpoint is created
    before openrc.

    [1] https://bugs.launchpad.net/puppet-keystone/+bug/1559292
    [2] https://git.openstack.org/cgit/openstack/puppet-keystone/commit/?id=ec8e0452b6846cb5b571307189b46f2488b35ae8

    Change-Id: I074db94b295a1e71309dbf949fc5f6c82dfbef9f
    Closes-Bug: #1656327