Merge "Do not ask for a SSH key password"
This commit is contained in:
commit
f6c164741d
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user