Skip to content
Snippets Groups Projects
Commit f6c16474 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Do not ask for a SSH key password"

parents cb156b92 e8b2053f
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ $KOLLA_OPENSTACK_COMMAND security group rule create --ingress --ethertype IPv4 \ ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment