Merge "correct templated catalog driver class"

This commit is contained in:
Jenkins 2014-10-31 10:31:33 +00:00 committed by Gerrit Code Review
commit 84ff9b09e6

View File

@ -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