From 7fb5082c5c7abff95eb46dd9a92c5fd8fc63ddd2 Mon Sep 17 00:00:00 2001 From: wanghong Date: Tue, 28 Oct 2014 19:09:04 +0800 Subject: [PATCH] correct templated catalog driver class Now the templated catalog driver class "TemplatedCatalog" is removed in this patch https://review.openstack.org/#/c/125708/2 use "keystone.catalog.backends.templated.Catalog" instead. Change-Id: Ib9c8ea557e7171ff0c78a1e10d752ed564aff9e7 Closes-Bug: #1386562 --- lib/keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/keystone b/lib/keystone index 1c67835a12..276e9718a6 100644 --- a/lib/keystone +++ b/lib/keystone @@ -287,7 +287,7 @@ function configure_keystone { " -i $KEYSTONE_CATALOG # Configure ``keystone.conf`` to use templates - iniset $KEYSTONE_CONF catalog driver "keystone.catalog.backends.templated.TemplatedCatalog" + iniset $KEYSTONE_CONF catalog driver "keystone.catalog.backends.templated.Catalog" iniset $KEYSTONE_CONF catalog template_file "$KEYSTONE_CATALOG" fi