Comment 3 for bug 954089

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

Reviewed: https://review.openstack.org/5294
Committed: http://github.com/openstack/keystone/commit/193374af3860e17ed03bb0431d823046079ae444
Submitter: Jenkins
Branch: master

commit 193374af3860e17ed03bb0431d823046079ae444
Author: Jay Pipes <email address hidden>
Date: Tue Mar 13 17:30:07 2012 -0400

    Fixes LP #954089 - Service list templated catalog

    * Adds missing test cases for the TemplatedCatalog
    * Adds a base CatalogTest that different backends
      can use
    * Updates kvs.Catalog to raise ServiceNotFound where
      appropriate
    * Updates the tests.test_keystoneclient_sql to actually
      test the SQL catalog backend
    * Removes old test for incorrect endpoints listing
    * Removes the keystone.catalog.core.Driver.service_exists
      method since it was only implemented in the SQL driver
      and wasn't required now that get_service and delete_service
      properly raise ServiceNotFound exception.

    Change-Id: I35690cc147e56007be27bacf94eeff360e727e5d