1. 01 Jun, 2014 1 commit
  2. 04 Apr, 2014 1 commit
  3. 03 Apr, 2014 3 commits
  4. 26 Mar, 2014 1 commit
  5. 12 Mar, 2014 1 commit
  6. 10 Feb, 2014 2 commits
  7. 28 Jan, 2014 1 commit
  8. 20 Jan, 2014 1 commit
  9. 07 Jan, 2014 1 commit
  10. 16 Dec, 2013 1 commit
  11. 13 Dec, 2013 1 commit
    • import novaclient.exceptions for cs.images.find · 3007a8af
      cs.images.find(human_id= throws novaclient.exceptions.NotFound,
      resulting in the try/except block with
      image = cs.images.find(name=image)  being skipped. catching
      novaclient.exception.NotFound allows images to be specified with the
      human readable name.
      
      Example:
        tasks:
          - name: Server build request
            local_action:
              module: rax
              region: DFW
              image: Ubuntu 12.04 LTS (Precise Pangolin)
      
      Also, the import is placed after try: import pyrax, because pyrax
      imports novaclient and should fail if novaclient is missing.
      Troy C committed
  12. 21 Nov, 2013 1 commit
  13. 15 Nov, 2013 1 commit
  14. 14 Oct, 2013 2 commits
  15. 11 Oct, 2013 1 commit
  16. 20 Sep, 2013 1 commit
  17. 13 Aug, 2013 1 commit
  18. 05 Aug, 2013 1 commit
  19. 31 Jul, 2013 2 commits
  20. 30 Jul, 2013 1 commit
  21. 27 Jul, 2013 1 commit
  22. 24 Jul, 2013 2 commits
  23. 17 Jul, 2013 1 commit
  24. 27 Jun, 2013 1 commit
  25. 17 Jun, 2013 1 commit
  26. 15 Jun, 2013 1 commit
  27. 28 Apr, 2013 1 commit
  28. 27 Apr, 2013 2 commits
  29. 16 Apr, 2013 2 commits
  30. 31 Mar, 2013 2 commits