From e8b2053f51957e251a4046a14aaa20d44185ce11 Mon Sep 17 00:00:00 2001 From: Luke Short Date: Thu, 28 May 2020 20:57:49 -0400 Subject: [PATCH] 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 --- tools/init-runonce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/init-runonce b/tools/init-runonce index c28c347c73..30c10c3323 100755 --- a/tools/init-runonce +++ b/tools/init-runonce @@ -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.