Comment 15 for bug 1528963

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

Reviewed: https://review.openstack.org/261326
Committed: https://git.openstack.org/cgit/openstack/puppet-heat/commit/?id=48b80077e83203c2dc40894e3adc6f3bd1ac170d
Submitter: Jenkins
Branch: master

commit 48b80077e83203c2dc40894e3adc6f3bd1ac170d
Author: dmburmistrov <email address hidden>
Date: Tue Mar 22 14:13:56 2016 +0300

    Support preferred Keystone auth methods

    Key moments:
      * fill "trustee" section in heat.conf
      * add auth_plugin support (for interaction
        with keystone)
      * deprecate keystone_authtoken options
        (all options not for auth_plugin settings)
      * use versionless keystone urls
      * create "clients_keystone" section to prevent
        "keystone_authtoken/auth_uri" usage

    Change-Id: Iade6c0736e57b8e752244badd540eb3d605714f5
    Closes-bug: #1528963
    Closes-bug: #1529016