Comment 28 for bug 1604463

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

Reviewed: https://review.openstack.org/347417
Committed: https://git.openstack.org/cgit/openstack/puppet-gnocchi/commit/?id=c79055bf22d743e26afabf58ee98f4b86002e5b9
Submitter: Jenkins
Branch: master

commit c79055bf22d743e26afabf58ee98f4b86002e5b9
Author: Matthew J. Black <email address hidden>
Date: Sun Jul 24 09:41:45 2016 -0400

    Keystone authoken resource change

    Create a new class to handle the keystone authtoken configuration
    utilizing the keystone::resource::authtoken resource.

    Some deprecations:
     - gnocchi::api::keystone_user is deprecated in favor of
       gnocchi::keystone::authtoken::username.
     - gnocchi::api::keystone_password is deprecated in favor of
       gnocchi::keystone::authtoken::password.
     - gnocchi::api::keystone_tenant is deprecated in favor of
       gnocchi::keystone::authtoken::project_name
     - gnocchi::api::keystone_identity_uri is deprecated in favor of
       gnocchi::keystone::authtoken::auth_url.
     - gnocchi::api::keystone_auth_uri is deprecated in favor of
       gnocchi::keystone::authtoken::auth_uri

    Change-Id: I7be1c8f471472e74642e25508c6871d0f948d75b
    Related-Bug: #1604463