Monty Taylor
f3357099a7
Pass region_name to nova_keypair
...
Again, on things with regions, when we're configuring it, we should
actually pass it in to the compute constructor.
2014-08-03 10:43:39 -07:00
Monty Taylor
d17a1b5c19
Add common auth handling across openstack modules
...
Taking a page out of the ec2 config, make sure that all of the
OpenStack modules handle the inbound auth config in the same way.
The one outlier is keystone wrt auth_url.
2014-08-02 17:39:19 -07:00
James Cammarata
0073b34653
Merge pull request #7259 from darKoram/nova_keypair_check_keys
...
nova_keypair should fail if 'name' of key exists in keystore, but ssh hash value != public_key offered
2014-06-09 23:53:22 -05:00
James Cammarata
26aaa7bcdd
Fix typo in nova_keypair import of exceptions from novaclient
...
Fixes #7640
2014-06-05 15:42:38 -05:00
Kesten Broughton
aee1a97102
if key name already exists on tenant, check if public_key is offered that it matches the existing key
2014-05-02 11:09:54 -05:00
Vadim Kuznetsov
546d514f87
bug 5959: https://github.com/ansible/ansible/issues/5959
2014-03-11 13:41:50 -04:00
Timur Batyrshin
658c15930e
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
2014-02-03 13:00:40 -06:00
Michael DeHaan
83f43b82ad
ansible -> ansibleworks
2014-01-28 20:29:41 -05:00
jctanner
66cad764d2
Merge pull request #5028 from retr0h/correct-nova-api-auth-check
...
Nova doesn't attempt to auth on obj instantiation
2013-12-13 08:36:27 -08:00
James Tanner
6000d636b3
Fixes #5023 Convert all modules to use new snippet import pattern
2013-12-02 15:11:23 -05:00
John Dewey
15613de6f5
Nova doesn't attempt to auth on obj instantiation
...
Need to call nova.authenticate() to validate credentials.
2013-11-22 21:57:02 -08:00
Michael DeHaan
f7c3975f21
Add version_added to all modules missing version_added information, the docs formatter will now
...
raise errors when omitted, updated changelog with new modules.
2013-11-18 18:55:49 -05:00
Jan-Piet Mens
5c69918d53
DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
...
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
Added deprecation warning to moduledev.rst and remove deprecated example from it
Fixed up a few typos and uppercased some acronyms.
add consistency to how EXAMPLES are formatted
2013-06-15 20:54:25 +02:00
Michael DeHaan
858efd00e3
Standarize docs
2013-06-01 11:52:28 -04:00
Michael DeHaan
9c5d6f11f0
Fix tabs and spaces in OpenStack modules.
2013-05-24 23:34:48 -04:00
bennojoy
b16e2a1d48
OpenStack Modules
2013-05-23 07:55:05 +05:30