Comment 33 for bug 1604463

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to puppet-aodh (master)

Reviewed: https://review.openstack.org/345744
Committed: https://git.openstack.org/cgit/openstack/puppet-aodh/commit/?id=75161dd0ca2fba54cc4d734d5c3ca3e97ccfeff5
Submitter: Jenkins
Branch: master

commit 75161dd0ca2fba54cc4d734d5c3ca3e97ccfeff5
Author: Iury Gregory Melo Ferreira <email address hidden>
Date: Fri Jul 22 00:02:54 2016 -0300

    Move aodh to authtoken

    In aodh::api, use keystone::resource::authtoken to configure
    keystone_authtoken section in aodh.conf, with all parameters
    required to configure keystonemiddleware.
    This patch will allow to deploy aodh to use Keystone v3 authentification.

    Some deprecations:
    - aodh::api::keystone_tenant is deprecated in favor of
      aodh::keystone::authtoken::project_name.
    - aodh::api::keystone_user is deprecated in favor of
      aodh::keystone::authtoken::username.
    - aodh::api::keystone_password is deprecated in favor of
      aodh::keystone::authtoken::password.
    - aodh::api::keystone_project_domain_name is deprecated in favor of
      aodh::keystone::authtoken::project_domain_name
    - aodh::api::keystone_user_domain_name is deprecated in favor of
      aodh::keystone::authtoken::user_domain_name
    - aodh::api::keystone_auth_type is deprecated in favor of
      aodh::keystone::authtoken::auth_type
    - aodh::api::keystone_auth_uri is deprecated in favor of
      aodh::keystone::authtoken::auth_uri
    - aodh::api::keystone_identity_uri is deprecated in favor of
      aodh::keystone::authtoken::auth_url
    - aodh::api::keystone_auth_url is deprecated in favor of
      aodh::keystone::authtoken::auth_url
    - aodh::api::memcached_servers is deprecated in favor of
      aodh::keystone::authtoken::memcached_servers

    Change-Id: Id8b3d8265f3554865fd77b291f235219b147efb9
    Related-Bug: #1604463