Changes to get devstack working again with ksl + trunk

Change-Id: I7261b2d88325d4f9cb3337478dbcbd04c25e52ed
diff --git a/files/keystone.conf b/files/keystone.conf
index 1155d92..ca8e31e 100644
--- a/files/keystone.conf
+++ b/files/keystone.conf
@@ -5,6 +5,7 @@
 compute_port = 3000
 verbose = True
 debug = True
+# should use stdout for devstack, but leaving this for now
 log_file = %DEST%/keystone/keystone.log
 
 # ================= Syslog Options ============================
diff --git a/files/keystone_data.sh b/files/keystone_data.sh
index 7526084..35eaa5d 100755
--- a/files/keystone_data.sh
+++ b/files/keystone_data.sh
@@ -21,7 +21,7 @@
 
 # Roles
 ADMIN_ROLE=`$BIN_DIR/keystone-manage role --id-only create \
-                                          name=Admin`
+                                          name=admin`
 MEMBER_ROLE=`$BIN_DIR/keystone-manage role --id-only create \
                                            name=Member`
 KEYSTONEADMIN_ROLE=`$BIN_DIR/keystone-manage role --id-only create \