Browse code

Changes to get devstack working again with ksl + trunk

Change-Id: I7261b2d88325d4f9cb3337478dbcbd04c25e52ed

Anthony Young authored on 2012/02/04 14:40:32
Showing 2 changed files
... ...
@@ -5,6 +5,7 @@ admin_token = %SERVICE_TOKEN%
5 5
 compute_port = 3000
6 6
 verbose = True
7 7
 debug = True
8
+# should use stdout for devstack, but leaving this for now
8 9
 log_file = %DEST%/keystone/keystone.log
9 10
 
10 11
 # ================= Syslog Options ============================
... ...
@@ -21,7 +21,7 @@ DEMO_USER=`$BIN_DIR/keystone-manage user --id-only create \
21 21
 
22 22
 # Roles
23 23
 ADMIN_ROLE=`$BIN_DIR/keystone-manage role --id-only create \
24
-                                          name=Admin`
24
+                                          name=admin`
25 25
 MEMBER_ROLE=`$BIN_DIR/keystone-manage role --id-only create \
26 26
                                            name=Member`
27 27
 KEYSTONEADMIN_ROLE=`$BIN_DIR/keystone-manage role --id-only create \