1. 20 Mar, 2014 1 commit
  2. 11 Mar, 2014 1 commit
  3. 10 Mar, 2014 1 commit
    • Fix wrong module name for exception in nova compute · f7c4668a
        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
  4. 04 Mar, 2014 1 commit
    • Fix wrong module name for exception in nova compute · 5fd7b801
        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
  5. 03 Mar, 2014 1 commit
  6. 01 Mar, 2014 1 commit
  7. 08 Feb, 2014 1 commit
  8. 03 Feb, 2014 1 commit
  9. 29 Jan, 2014 1 commit
  10. 02 Dec, 2013 1 commit
  11. 23 Nov, 2013 1 commit
  12. 18 Nov, 2013 1 commit
  13. 31 Oct, 2013 2 commits
    • Fix description of nova_compute:name option · 6a02c75b
      It's the name of the instance, not of an image.
      Sheldon Hearn committed
    • Need to compare on server object not list · f1fa16b6
          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
  14. 10 Oct, 2013 1 commit
  15. 08 Sep, 2013 2 commits
  16. 17 Aug, 2013 1 commit
  17. 09 Aug, 2013 1 commit
  18. 15 Jun, 2013 1 commit
  19. 01 Jun, 2013 1 commit
  20. 31 May, 2013 1 commit
  21. 25 May, 2013 2 commits
  22. 23 May, 2013 1 commit