training-guides/labs/lib/vagrant-ssh-keys
Roger Luethi 25ea14bdcc Download Vagrant insecure private key if necessary
Rather than expecting the user to download the Vagrant insecure private
key and put it into the appropriate directory, the script downloads the
key if it's not already there.

This patch also adds a README.rst. It explains the purpose of the
directory which may also be used to cache the matching public key
(used inside the VMs).

Partial-Bug: 1312764
Implements: blueprint openstack-training-labs
Change-Id: If0ee801f6f581230304ad5899b381680bce9154e
2014-06-17 18:36:38 +02:00
..
README.rst Download Vagrant insecure private key if necessary 2014-06-17 18:36:38 +02:00

This directory may contain cached copies of the insecure Vagrant keys from https://github.com/mitchellh/vagrant/tree/master/keys.

They allow ssh access to Vagrant VMs or (if enabled) osbash VMs.