summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2013-07-16 23:46:56 +0200
committerkwadronaut <kwadronaut@leap.se>2013-07-16 23:46:56 +0200
commit8037b812b2c5fa3a7770b69ba6d2bbba6ba4c9e7 (patch)
treed28fbbace089cd37bcd5e7359d72f423026b12d3
parent5991a660eeb2dbeedfc885b7eb014c7bca46f66d (diff)
adding bitmask clientdev to default projects
-rwxr-xr-xadd-user-roles2
1 files changed, 1 insertions, 1 deletions
diff --git a/add-user-roles b/add-user-roles
index 043b9be..7a72b1f 100755
--- a/add-user-roles
+++ b/add-user-roles
@@ -5,7 +5,7 @@
#ROLEID=$(keystone role-list | grep -i projectadmin | awk '{print $2}')
USERID=NULL
-declare -a PROJECTS=('playground' 'bitmask testing' LEAP Bitmask clientdev 'Bitmask development' 'Bitmask production');
+declare -a PROJECTS=('playground' 'bitmask testing' LEAP 'Bitmask clientdev' 'Bitmask development' 'Bitmask production');
for project in ${PROJECTS[@]}
do