Comment 42 for bug 1604463

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

Reviewed: https://review.openstack.org/346685
Committed: https://git.openstack.org/cgit/openstack/puppet-trove/commit/?id=b51e789701f8ee81e34f5b22b87fc6224b18da8b
Submitter: Jenkins
Branch: master

commit b51e789701f8ee81e34f5b22b87fc6224b18da8b
Author: Alexey Deryugin <email address hidden>
Date: Mon Jul 25 13:08:35 2016 +0300

    Configure keystone authtoken options

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

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

    Change-Id: I808ebda1c4ec3a5b2ed294eb8af4eecafa861051
    Closes-Bug: #1604463