Merge "Fix undercloud key upload to nova keypairs UC post"

This commit is contained in:
Zuul 2018-03-24 01:38:01 +00:00 committed by Gerrit Code Review
commit 301a582234
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ if openstack keypair show default; then
echo Keypair already exists.
else
echo Creating new keypair.
openstack keypair create 'default' < $HOMEDIR/.ssh/id_rsa.pub
openstack keypair create --public-key $HOMEDIR/.ssh/id_rsa.pub 'default'
fi
# MISTRAL WORKFLOW CONFIGURATION