Comment 32 for bug 1604463

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

Reviewed: https://review.openstack.org/347105
Committed: https://git.openstack.org/cgit/openstack/puppet-barbican/commit/?id=0df44cb07c86b0cff43ec0fd4638fa3ca6e271dc
Submitter: Jenkins
Branch: master

commit 0df44cb07c86b0cff43ec0fd4638fa3ca6e271dc
Author: Iury Gregory Melo Ferreira <email address hidden>
Date: Tue Jul 26 00:20:53 2016 -0300

    Move barbican to authtoken

    Create a new class to handle all configuration for
    keystone_authtoken section in configuration file using
    keystone::resource::authtoken

    This patch is not backward compatible:
    - we have change auth_type in api.pp to auth_strategy,
    because auth_type is related to keystone authentication.
    - removed all parameters related to keystone_authtoken
    from api.pp and moved to authtoken.pp

    Change-Id: I2dee8a3d1c399234941f96d8f21f49526777f501
    Depends-On: I94914ed5a8b5c1447606547b31ed46bb72b4de01
    Related-Bug: #1604463