1. 08 Aug, 2014 1 commit
  2. 05 Aug, 2014 2 commits
    • Add common auth handling across openstack modules · 4012272f
      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.
      Monty Taylor committed
    • Consume standard OpenStack environment settings · efb989a5
      The OpenStack client utilities consume a set of input environment
      variables for things like username and auth_url, so it's very
      common for OpenStack users to have such settings set in their
      environment. Indeed, things like devstack also output a shell file
      to be sourced to set them. Although in a playbook it's entirely
      expected that variables should be used to pass in system settings
      like api passwords, for ad-hoc command line usage, needing to pass
      in five parameters which are almost certainly in the environment
      already reduces the utility.
      
      Grab the environment variables and inject them as default. Special care
      is taken to ensure that in the case where the values are not found, the
      behavior of which parameters are required is not altered.
      Monty Taylor committed
  3. 03 Aug, 2014 16 commits
  4. 02 Apr, 2014 1 commit
  5. 20 Mar, 2014 1 commit
  6. 11 Mar, 2014 1 commit
  7. 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
  8. 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
  9. 03 Mar, 2014 1 commit
  10. 01 Mar, 2014 1 commit
  11. 08 Feb, 2014 1 commit
  12. 03 Feb, 2014 1 commit
  13. 29 Jan, 2014 1 commit
  14. 02 Dec, 2013 1 commit
  15. 23 Nov, 2013 1 commit
  16. 18 Nov, 2013 1 commit
  17. 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
  18. 10 Oct, 2013 1 commit
  19. 08 Sep, 2013 2 commits
  20. 17 Aug, 2013 1 commit
  21. 09 Aug, 2013 1 commit
  22. 15 Jun, 2013 1 commit