Comment 12 for bug 1604463

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

Reviewed: https://review.openstack.org/346544
Committed: https://git.openstack.org/cgit/openstack/puppet-zaqar/commit/?id=6ddcb152e9f1d415172fba192eb67c0563f91d82
Submitter: Jenkins
Branch: master

commit 6ddcb152e9f1d415172fba192eb67c0563f91d82
Author: Iury Gregory Melo Ferreira <email address hidden>
Date: Sun Jul 24 16:48:12 2016 -0300

    Move zaqar to authtoken

    In zaqar, use keystone::resource::authtoken to configure
    keystone_authtoken section in the configuration file,
    with all parameters required to configure keystonemiddleware.
    This patch will allow to deploy zaqar to use Keystone v3 authentification.

    Some deprecations:
    - zaqar::identity_uri is deprecated in favor of
    zaqar::auth_url
    - zaqar::admin_user is deprecated in favor of
    zaqar::username
    - zaqar::admin_password is deprecated in favor of
    zaqar::password
    - zaqar::admin_tenant_name is deprecated in favor of
    zaqar::project_name

    Change-Id: Ie825ce4d88ca4a2a33a7ced6e413ddc59f28ef1c
    Related-Bug: #1604463