diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 2bd4b76a1..f41756baa 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -15,6 +15,7 @@ # under the License. NODEPOOL_KEY=$HOME/.ssh/id_nodepool +NODEPOOL_KEY_NAME=root NODEPOOL_PUBKEY=$HOME/.ssh/id_nodepool.pub NODEPOOL_INSTALL=$HOME/nodepool-venv NODEPOOL_CACHE_GET_PIP=/opt/stack/cache/files/get-pip.py @@ -78,6 +79,13 @@ function nodepool_create_keypairs { if [[ ! -f $NODEPOOL_KEY ]]; then ssh-keygen -f $NODEPOOL_KEY -P "" fi + + cat > /tmp/ssh_wrapper <