diff --git a/cron/trystack-set-api-passwords b/cron/trystack-set-api-passwords index b8785e0..72dfa14 100644 --- a/cron/trystack-set-api-passwords +++ b/cron/trystack-set-api-passwords @@ -8,7 +8,7 @@ export OS_AUTH_URL=http://127.0.0.1:5000/v2.0/ export OS_PASSWORD= if [[ $OS_PASSWORD ]]; then - cd /usr/share/openstack-dashboa + cd /usr/share/openstack-dashboard ./manage.py generateapi | cut -d ':' -f1,2 --output-delimiter=' ' | while read x y; do keystone user-password-update $x --pass $y ./manage.py generateapi $x