Comment 36 for bug 1604463

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

Reviewed: https://review.openstack.org/337389
Committed: https://git.openstack.org/cgit/openstack/puppet-nova/commit/?id=94a6343b57d9f6ddc4f580a781449857983e9441
Submitter: Jenkins
Branch: master

commit 94a6343b57d9f6ddc4f580a781449857983e9441
Author: Iury Gregory Melo Ferreira <email address hidden>
Date: Mon Jul 4 21:47:31 2016 -0300

    Move nova to authtoken

    In nova::keystone::authtoken, use keystone::resource::authtoken to configure
    keystone_authtoken section in nova.conf, with all parameters
    required to configure keystonemiddleware.
    This patch will allow to deploy Nova to use Keystone v3 authentification.
    Update acceptance and examples

    Some deprecations:
    - nova::api::admin_tenant_name is deprecated in favor of
      nova::keystone::authtoken::project_name.
    - nova::api::admin_user is deprecated in favor of
      nova::keystone::authtoken::username.
    - nova::api::admin_password is deprecated in favor of
      nova::keystone::authtoken::password.
    - nova::api::identity_uri is deprecated in favor of
      nova::keystone::authtoken::auth_url.
    - nova::api::auth_version is deprecated in favor of
      nova::keystone::authtoken::auth_version
    - nova::api::auth_uri is deprecated in favor of
      nova::keystone::authtoken::auth_uri
    - nova::memcached_servers is deprecated in favor of
      nova::keystone::authtoken::memcached_servers.

    The patch is backward compatible and keep defaults values like before.

    Depends-On: I299d4c372da702232eaa7cb34b690e372f56e701
    Change-Id: I32649549879f912a0f49881c244b119497cf8473
    Related-Bug: #1604463