Skip to content

Commit

Permalink
Merge pull request #102 from BobbyRyterski/issue_101
Browse files Browse the repository at this point in the history
Add transport ssh_key note to README
  • Loading branch information
JJ Asghar committed Sep 22, 2015
2 parents 555925f + 34db7e3 commit eb4c99b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@ platforms:
password: myadministratorpassword
```

Transports also control key based authentication:

```yaml
transport:
username: ubuntu
ssh_key: /path/to/key # probably the same as private_key_path
```

See issues [#77](https://github.com/test-kitchen/kitchen-openstack/issues/77)
and [#101](https://github.com/test-kitchen/kitchen-openstack/issues/101)
for more information on using SSH keys.

By default, a unique server name will be generated and the current user's SSH
key will be used (with an RSA key taking precedence over a DSA), though that
behavior can be overridden with additional options:
Expand All @@ -88,7 +100,6 @@ behavior can be overridden with additional options:
username: [SSH USER]
password: [SSH PASSWORD]
port: [SSH PORT]
key_name: [SSH KEY NAME]
openstack_tenant: [YOUR OPENSTACK TENANT NAME]
openstack_region: [A VALID OPENSTACK REGION]
availability_zone: [AN OPENSTACK AVAILABILITY ZONE]
Expand Down

0 comments on commit eb4c99b

Please sign in to comment.