Skip to content

Commit

Permalink
add public_key_path description in README
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvey committed Aug 21, 2014
1 parent d003bfe commit 1e739f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ openstack authentication endpoint for all regions with the exception of :lon. IF
vagrant will authenticate against the UK authentication endpoint.
* `keypair_name` - The name of the key pair register in nova to associate with the VM. The public key should
be the matching pair for the private key configured with `config.ssh.private_key_path` on Vagrant.
* `public_key_path` - if `keypair_name` is not provided, the path to the public key will be used by vagrant to generate a keypair on the OpenStack cloud. The keypair will be destroyed when the VM is destroyed.
* `ssh_username` - Username used by Vagrant for ssh login.
* `floating_ip` - The floating IP to associate with the VM. This IP must be formerly allocated.
* `server_name` - The name of the server within Openstack Cloud. This
Expand Down

0 comments on commit 1e739f5

Please sign in to comment.