Commit Graph

8 Commits (edce6a41cfc3235354fea639baaef8198aed0ffc)

Author SHA1 Message Date
Toshio Kuratomi 02b6df3160 Fix indentation levels in os_keypair 9 years ago
Toshio Kuratomi edad5c80ff Few minor things from review of the pull request 9 years ago
David Shrewsbury 7970924bd5 Use newest documentation style for return value. 9 years ago
David Shrewsbury e6fc129013 Add a note about the return value. 9 years ago
David Shrewsbury bed420cd53 Update os_keypair for latest shade
Uses the latest version of shade for cleaner code. Also, always
return the key dict whether we create the key, or it already exists.
The example using public_key_file is corrected to use a full path
since ~ is not converted for us.
9 years ago
Monty Taylor 02d0a73906 Move the order of argument processing 9 years ago
Davide Guerri 82dc5c4394 Avoind using lookup() in documentation
lookup() is currently broken (current Ansible devel branch), so better to avoid
it in our examples.
9 years ago
Monty Taylor a226701efe Add OpenStack Keypair module
Also deprecate old nova_keypair module.
9 years ago