Comment 18 for bug 1604463

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

Reviewed: https://review.openstack.org/342905
Committed: https://git.openstack.org/cgit/openstack/puppet-cinder/commit/?id=bd4930261795cc314a92ecd54a70c45f560c74cf
Submitter: Jenkins
Branch: master

commit bd4930261795cc314a92ecd54a70c45f560c74cf
Author: Emilien Macchi <email address hidden>
Date: Fri Jul 15 10:37:54 2016 -0400

    Configure keystone authtoken options

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

    Some deprecations:
    cinder::api::auth_type is deprecated, use cinder::keystone::authtoken::auth_type instead.
    cinder::api::identity_uri is deprecated, use cinder::keystone::authtoken::auth_url instead.
    cinder::api::auth_uri is deprecated, use cinder::keystone::authtoken::auth_uri instead.
    cinder::api::keystone_tenant is deprecated, use cinder::keystone::authtoken::project_name instead.
    cinder::api::keystone_user is deprecated, use cinder::keystone::authtoken::username instead.
    cinder::api::keystone_password is deprecated, use cinder::keystone::authtoken::password instead.
    cinder::api::memcached_servers is deprecated, use cinder::keystone::authtoken::memcached_servers instead.

    Closes-Bug: #1604463
    Change-Id: I64736457bd8527198a8a81ea784d3bf74284063b