bunch of fixes
diff --git a/files/keystone_data.sh b/files/keystone_data.sh
index edc8925..4738e8d 100755
--- a/files/keystone_data.sh
+++ b/files/keystone_data.sh
@@ -1,8 +1,7 @@
 #!/bin/bash
 BIN_DIR=${BIN_DIR:-.}
 # Tenants
-ADMIN_TENANT=`$BIN_DIR/keystone-manage tenant --ks-id-only
-                                       create \
+ADMIN_TENANT=`$BIN_DIR/keystone-manage tenant --ks-id-only create \
                                        tenant_name=admin`
 DEMO_TENANT=`$BIN_DIR/keystone-manage tenant --ks-id-only create \
                                       tenant_name=demo`
diff --git a/files/pips/keystone b/files/pips/keystone
index 09636e4..fef9f8b 100644
--- a/files/pips/keystone
+++ b/files/pips/keystone
@@ -1 +1,2 @@
 PassLib
+pycli