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