Browse code

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

Dean Troyer authored on 2012/09/11 08:30:37
Showing 1 changed files
... ...
@@ -36,7 +36,7 @@ KEYSTONE_CONF=$KEYSTONE_CONF_DIR/keystone.conf
36 36
 KEYSTONECLIENT_DIR=$DEST/python-keystoneclient
37 37
 
38 38
 # Select the backend for Keystopne's service catalog
39
-KEYSTONE_CATALOG_BACKEND=${KEYSTONE_CATALOG_BACKEND:-template}
39
+KEYSTONE_CATALOG_BACKEND=${KEYSTONE_CATALOG_BACKEND:-sql}
40 40
 KEYSTONE_CATALOG=$KEYSTONE_CONF_DIR/default_catalog.templates
41 41
 
42 42
 # Set Keystone interface configuration