Comment 56 for bug 1604463

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

Reviewed: https://review.openstack.org/409476
Committed: https://git.openstack.org/cgit/openstack/puppet-mistral/commit/?id=bf3625d5af5aabd5b2d3679f2ae61d63153cb2a4
Submitter: Jenkins
Branch: master

commit bf3625d5af5aabd5b2d3679f2ae61d63153cb2a4
Author: Alex Schultz <email address hidden>
Date: Sat Dec 10 15:53:15 2016 -0700

    Move Mistral to authtoken

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

    Some deprecations:
    - mistral::auth_uri is deprecated in favor of
      mistral::keystone::authtoken::auth_uri.
    - mistral::identity_uri is deprecated in favor of
      mistral::keystone::authtoken::auth_url.
    - mistral::keystone_user is deprecated in favor of
      mistral::keystone::authtoken::username.
    - mistral::keystone_tenant is deprecated in favor of
      mistral::keystone::authtoken::project_name.
    - mistral::keystone_password is deprecated in favor of
      mistral::keystone::authtoken::password.

    Change-Id: I71969ef09018f9daa5f81c4f3bcbdb0b0974446c
    Co-Authored-By: Iury Gregory Melo Ferreira <email address hidden>
    Closes-bug: #1604463