- 20 Mar, 2014 1 commit
-
-
Signed-off-by: Oleg Bulatov <oleg@bulatov.me>
Oleg Bulatov committed
-
- 11 Mar, 2014 1 commit
-
-
Per note in GH-5916.
Richard C Isaacson committed
-
- 10 Mar, 2014 1 commit
-
-
failed: [127.0.0.1] => {"failed": true, "parsed": false} invalid output was: Traceback (most recent call last): File "/tmp/ansible-tmp-1393950384.39-102240090845592/nova_compute", line 1328, in <module> main() File "/tmp/ansible-tmp-1393950384.39-102240090845592/nova_compute", line 241, in main except exc.Unauthorized, e: NameError: global name 'exc' is not defined
Michael Scherer committed
-
- 04 Mar, 2014 1 commit
-
-
failed: [127.0.0.1] => {"failed": true, "parsed": false} invalid output was: Traceback (most recent call last): File "/tmp/ansible-tmp-1393950384.39-102240090845592/nova_compute", line 1328, in <module> main() File "/tmp/ansible-tmp-1393950384.39-102240090845592/nova_compute", line 241, in main except exc.Unauthorized, e: NameError: global name 'exc' is not defined
Michael Scherer committed
-
- 03 Mar, 2014 1 commit
-
-
Joshua Conner committed
-
- 01 Mar, 2014 1 commit
-
-
When there is an Openstack instance that has a name that's a partial match for module.params['name'], but a server with name module.params['name'] doesn't yet exist, this module would fail with a list index out of bounds error. This fixes that by filtering by exact name and only then getting the server from the list if the list is still not empty.
Joshua Conner committed
-
- 08 Feb, 2014 1 commit
-
-
Added user_data parameter to nova_compute module - currently no file parsing just text - Re issue #4992
Matt Saunders committed
-
- 03 Feb, 2014 1 commit
-
-
Timur Batyrshin committed
-
- 29 Jan, 2014 1 commit
-
-
Michael DeHaan committed
-
- 02 Dec, 2013 1 commit
-
-
James Tanner committed
-
- 23 Nov, 2013 1 commit
-
-
Need to call nova.authenticate() to validate credentials.
John Dewey committed
-
- 18 Nov, 2013 1 commit
-
-
raise errors when omitted, updated changelog with new modules.
Michael DeHaan committed
-
- 31 Oct, 2013 2 commits
-
-
It's the name of the instance, not of an image.
Sheldon Hearn committed -
TASK: [create test controller 0] ********************************************** failed: [127.0.0.1] => {"failed": true, "parsed": false} invalid output was: Traceback (most recent call last): File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 1203, in <module> main() File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 261, in main _get_server_state(module, nova) File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 197, in _get_server_state if server.status != 'ACTIVE': AttributeError: 'list' object has no attribute 'status'
John Dewey committed
-
- 10 Oct, 2013 1 commit
-
-
bennojoy committed
-
- 08 Sep, 2013 2 commits
-
-
Charles Blonde committed
-
Charles Blonde committed
-
- 17 Aug, 2013 1 commit
-
-
Since deletion do not check the type of image or anything, and since that's tedious to keep track of the image_id and just adding noise to add image_id for nothing, this commit just relax the requirement.
Michael Scherer committed
-
- 09 Aug, 2013 1 commit
-
-
failed: [127.0.0.1] => {"failed": true, "parsed": false} invalid output was: Traceback (most recent call last): File "/tmp/ansible-1376083321.99-111209413777779/nova_compute", line 1176, in <module> main() File "/tmp/ansible-1376083321.99-111209413777779/nova_compute", line 239, in main _get_server_state(module, nova) File "/tmp/ansible-1376083321.99-111209413777779/nova_compute", line 198, in _get_server_state private = [ x['addr'] for x in getattr(server, 'addresses').itervalues().next() if x['OS-EXT-IPS:type'] == 'fixed'] KeyError: 'OS-EXT-IPS:type' This extension was added less than 6 month ago, and so cannot be used on a release older than Grizzly ( like Folsom ). Commit of the extension : https://review.openstack.org/#/c/21453/ See https://wiki.openstack.org/wiki/ReleaseNotes/Grizzly#Key_New_Features_2
Michael Scherer committed
-
- 15 Jun, 2013 1 commit
-
-
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
Jan-Piet Mens committed
-
- 01 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 31 May, 2013 1 commit
-
-
bennojoy committed
-
- 25 May, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 23 May, 2013 1 commit
-
-
bennojoy committed
-