Merge "Do not ask for a SSH key password"

This commit is contained in:
Zuul 2020-06-04 20:31:08 +00:00 committed by Gerrit Code Review
commit f6c164741d

View File

@ -113,7 +113,7 @@ $KOLLA_OPENSTACK_COMMAND security group rule create --ingress --ethertype IPv4 \
if [ ! -f ~/.ssh/id_rsa.pub ]; then
echo Generating ssh key.
ssh-keygen -t rsa -f ~/.ssh/id_rsa
ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa
fi
if [ -r ~/.ssh/id_rsa.pub ]; then
echo Configuring nova public key and quotas.