Comment 6 for bug 1290540

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

Reviewed: https://review.openstack.org/79470
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6a36d367b54538ef6347c948b3e549f21993771a
Submitter: Jenkins
Branch: master

commit 6a36d367b54538ef6347c948b3e549f21993771a
Author: Robert Collins <email address hidden>
Date: Tue Mar 11 11:00:47 2014 +1300

    Revert deprecation warning on Neutron auth.

    This reverts the deprecation warning added in commit
    e80cf75fc0f25f6279200f59a70fd7c6e4766b0f.

    V3 supports domain + project uniqueness, which is much more usable
    than ids - massively more so for deployers. The initial patch
    deprecates name, when that isn't necessary or appropriate - using name
    based auth is as valid as id based auth - we just need to namespace
    it in V3.

    For V3 operators should be able to create:

    * A service domain
    * A service/service project
    * A service/neutron user

    to replace the prior

    * service tenant
    * neutron user

    structure without switching to ids.

    Closes-Bug: #1290540
    Change-Id: I51837b0dc1bc352c0bf315e383951486b3cac034