Change default keystone backend to sql
The templated backend for Keystone is limited and does not support the CRUD operations so does not fully exercise the Identity API. Change the default to SQL but leave the templated back-end in place for now. Set KEYSTONE_CATALOG_BACKEND=template in localrc to restore the old behaviour. Change-Id: Id4490194d49b8004583016a9666cb9439cd4700a
This commit is contained in:
parent
d81a0274aa
commit
b80379c3fc
@ -36,7 +36,7 @@ KEYSTONE_CONF=$KEYSTONE_CONF_DIR/keystone.conf
|
||||
KEYSTONECLIENT_DIR=$DEST/python-keystoneclient
|
||||
|
||||
# Select the backend for Keystopne's service catalog
|
||||
KEYSTONE_CATALOG_BACKEND=${KEYSTONE_CATALOG_BACKEND:-template}
|
||||
KEYSTONE_CATALOG_BACKEND=${KEYSTONE_CATALOG_BACKEND:-sql}
|
||||
KEYSTONE_CATALOG=$KEYSTONE_CONF_DIR/default_catalog.templates
|
||||
|
||||
# Set Keystone interface configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user