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:
parent
c3bda3f6cf
commit
e8b2053f51
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user