fix the add of keypairs for the demo user

This commit is contained in:
Sean Dague
2014-03-25 09:28:13 -04:00
parent 422f0d2722
commit d6271592a7

View File

@@ -6,7 +6,7 @@ openrc=/home/stack/devstack/openrc
source $openrc admin
if is_service_enabled n-api; then
for user in "admin demo"; do
for user in admin demo; do
source $openrc $user
nova keypair-add --pub-key /home/stack/.ssh/authorized_keys default
done