Comment 43 for bug 1604463

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

Reviewed: https://review.openstack.org/359543
Committed: https://git.openstack.org/cgit/openstack/puppet-heat/commit/?id=85b55571b8789ad7b2e651cd029ba41cbb2b67a0
Submitter: Jenkins
Branch: master

commit 85b55571b8789ad7b2e651cd029ba41cbb2b67a0
Author: Iury Gregory Melo Ferreira <email address hidden>
Date: Tue Aug 23 22:51:13 2016 -0300

    Move Heat to authtoken

    Switch keystone_authtoken parameters for the new class
    heat::keystone::authtoken to configure the keystone_authtoken section
    in heat.conf.

    Some deprecations:
    - heat::auth_uri is deprecated in favor of
      heat::keystone::authtoken::auth_uri.
    - heat::identity_uri is deprecated in favor of
      heat::keystone::authtoken::auth_url.
    - heat::auth_plugin is deprecated in favor of
      heat::keystone::authtoken::auth_type.
    - heat::keystone_user is deprecated in favor of
      heat::keystone::authtoken::username.
    - heat::keystone_tenant is deprecated in favor of
      heat::keystone::authtoken::project_name.
    - heat::keystone_password is deprecated in favor of
      heat::keystone::authtoken::password.
    - heat::keystone_user_domain_name is deprecated in favor of
      heat::keystone::authtoken::user_domain_name.
    - heat::keystone_user_domain_id is deprecated, use the name option.
    - heat::keystone_project_domain_name is deprecated in favor of
      heat::keystone::authtoken::project_domain_name.
    - heat::keystone_project_domain_id is deprecated, use the name option.
    - heat::memcached_servers is deprecated in favor of
      heat::keystone::authtoken::memcached_servers.

    Change-Id: I466558e98176f20743271191df64dc327f0efcc6
    Closes-bug: #1604463