Comment 31 for bug 1604463

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

Reviewed: https://review.openstack.org/351792
Committed: https://git.openstack.org/cgit/openstack/puppet-manila/commit/?id=a33e4337be164829faac15932ab082b99028e1ed
Submitter: Jenkins
Branch: master

commit a33e4337be164829faac15932ab082b99028e1ed
Author: Iury Gregory Melo Ferreira <email address hidden>
Date: Fri Aug 5 12:11:13 2016 -0300

    Add authtoken class

    Add authtoken class like we do in all other modules, to configure
    [keystone_authtoken] section.

    deprecations:
    - manila::api::keystone_user is deprecated in favor of
    manila::keystone::authtoken::username
    - manila::api::keystone_tenant is deprecated in favor of
    manila::keystone::authtoken::project_name
    - manila::api::keystone_password is deprecated in favor of
    manila::keystone::authtoken::password
    - manila::api::keystone_auth_uri is deprecated in favor of
    manila::keystone::authtoken::auth_uri
    - manila::api::keystone_auth_admin_prefix is deprecated and will be removed
    in a future release
    - manila::api::keystone_auth_host is deprecated and will be removed
    in a future release
    - manila::api::keystone_auth_port is deprecated and will be removed
    in a future release

    Change-Id: I3b124eb1d8c5d4e21811d0ec11c2e92f4088a90c
    Closes-Bug: #1604463