commit | eacc5953d26a8d1c4b0db4fb4a9cd9b6e201e10b | [log] [tgz] |
---|---|---|
author | termie <github@anarkystic.com> | Wed Jan 11 01:59:00 2012 +0000 |
committer | termie <github@anarkystic.com> | Thu Feb 02 15:00:04 2012 -0800 |
tree | dec7813fa25756f3367ae54bb60b09ef3a4f21a2 | |
parent | 82aa41a2bd92d693309a325492df2e4ae3ef88a2 [diff] [blame] |
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`