Do not ask for a SSH key password

This is to avoid waiting for the user to input data to continue
creating sample resources.

Change-Id: I46ff7a4779dae4c9cbe157e1712afa4e53be269e
Signed-off-by: Luke Short <ekultails@gmail.com>
This commit is contained in:
Luke Short 2020-05-28 20:57:49 -04:00
parent c3bda3f6cf
commit e8b2053f51

View File

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