Browse code

Merge "correct templated catalog driver class"

Jenkins authored on 2014/10/31 19:31:33
Showing 1 changed files
... ...
@@ -287,7 +287,7 @@ function configure_keystone {
287 287
         " -i $KEYSTONE_CATALOG
288 288
 
289 289
         # Configure ``keystone.conf`` to use templates
290
-        iniset $KEYSTONE_CONF catalog driver "keystone.catalog.backends.templated.TemplatedCatalog"
290
+        iniset $KEYSTONE_CONF catalog driver "keystone.catalog.backends.templated.Catalog"
291 291
         iniset $KEYSTONE_CONF catalog template_file "$KEYSTONE_CATALOG"
292 292
     fi
293 293