Comment 10 for bug 1393293

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

Reviewed: https://review.openstack.org/140854
Committed: https://git.openstack.org/cgit/stackforge/puppet-heat/commit/?id=74e874365933b3d7a07d6413762597e78efaaaa8
Submitter: Jenkins
Branch: master

commit 74e874365933b3d7a07d6413762597e78efaaaa8
Author: Matt Fischer <email address hidden>
Date: Tue Dec 9 21:54:28 2014 -0700

    Move keystone role creation to keystone area

    When the engine code does things with Keystone roles/etc it breaks when
    run on nodes that are not running Keystone. Some environments have
    Keystone in a separate node thereby causing issues. This moves it into
    the Keystone auth class to match the functaionality of other puppet
    modules and avoid this issue. The older parameters are deprecated but
    will still work.

    Based on the original patch by Vladislav Belogrudov.

    Change-Id: I3d6545cf1e5338b1098ee52daedcc17dc9ad990b
    Closes-Bug: #1393293