Comment 1 for bug 1313458

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

Reviewed: https://review.openstack.org/70630
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=8b9580456aa4223184f612330c31077624dbf0ff
Submitter: Jenkins
Branch: master

commit 8b9580456aa4223184f612330c31077624dbf0ff
Author: Brant Knudson <email address hidden>
Date: Sun Feb 2 15:17:13 2014 -0600

    Catalog driver generates v3 catalog from v2 catalog

    The default get_v3_catalog method in the catalog driver would just
    raise NotImplemented. This method is given a default implementation
    that generates the v3 catalog by translating the v2 catalog.

    With this change, the templated and kvs catalog backends can
    generate a v3 catalog.

    Closes-Bug: #1313458
    Change-Id: I1646c7dcab90f2e0e9e370f48f7ee3643bd2fe3d