1. 12 Oct, 2020 1 commit
  2. 10 Sep, 2020 1 commit
  3. 23 Jun, 2020 1 commit
  4. 09 Jun, 2020 1 commit
    • Hervé Beraud's avatar
      Use unittest.mock instead of mock · 09777160
      Hervé Beraud authored
      The mock third party library was needed for mock support in py2
      runtimes. Since we now only support py36 and later, we can use the
      standard lib unittest.mock module instead.
      
      Change-Id: I5ef5b684f4c666e6d9f1168477f5b6c7799e9850
      09777160
  5. 05 Jun, 2020 1 commit
  6. 09 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Cleanup py27 support · 9908379f
      Andreas Jaeger authored
      This repo is now testing only with Python 3, so let's make
      a few cleanups:
      - Remove python 2.7 stanza from setup.py
      - Remove obsolete sections from setup.cfg
      - Update classifiers
      - This repo has no docs, remove releasenotes and docs building
        infrastructure
      - Cleanup */source/conf.py to remove now obsolete content.
      - Remove install_command from tox.ini, the default is fine
      - Remove Babel from requirements, it's not needed for running.
      - Use TOX_CONSTRAINTS_FILE, UPPER_CONSTRAINTS_FILE is obsolete
      - Update to hacking 3.0, fix problems found
      
      Change-Id: I9133baec6cb123440f34b8c4b31001cfe875919e
      9908379f
  7. 29 Apr, 2020 2 commits
  8. 26 Apr, 2020 1 commit
  9. 19 Feb, 2020 1 commit
  10. 19 Apr, 2019 1 commit
  11. 17 Mar, 2019 2 commits
  12. 26 Sep, 2018 1 commit
    • Doug Hellmann's avatar
      fix tox python3 overrides · 8627f50c
      Doug Hellmann authored
      
      
      We want to default to running all tox environments under python 3, so
      set the basepython value in each environment.
      
      We do not want to specify a minor version number, because we do not
      want to have to update the file every time we upgrade python.
      
      We do not want to set the override once in testenv, because that
      breaks the more specific versions used in default environments like
      py35 and py36.
      
      Change-Id: I93adb1f95f751f7db6b6aa01ceeeb329035c2676
      Signed-off-by: default avatarDoug Hellmann <doug@doughellmann.com>
      8627f50c
  13. 27 Sep, 2017 2 commits
    • Adrian Turjak's avatar
      Add tox.ini · 05e8af6c
      Adrian Turjak authored
      * add a fake test
      * change homepage
      
      Change-Id: I77f1940f897e845d277362939786f8d2d7c703ad
      05e8af6c
    • Amelia Cordwell's avatar
      Remove HTTP client · da2648d2
      Amelia Cordwell authored
      * Update README to use the session client
      * If someone passes in username/password constructor it will
        create the session and then return the session client
      
      Change-Id: I6281bbaef18d21ac96999a4bf8a7dbf8a9b0bf52
      da2648d2
  14. 13 Sep, 2017 1 commit
    • Amelia Cordwell's avatar
      Added Quota Commands · decc4ed3
      Amelia Cordwell authored
      openstack project quota show
       - Shows overview of current quotas for all region
      openstack project quota show --region REGIONNAME
       - Shows details for specified region
      openstack project quota tasks
       -  lists completed and in progress quota updates
      openstack project quota sizes
       - Shows details of sizes for quotas
      
      openstack project quota update <size> --regions regionOne regionTwo
       - Submits a quota update request for the specified sizes
       - If regions are not specifed will default to all regions
      stacktask quota - returns data from the get request, including all
      quota sizes and the current quota values for all of the regions
      stacktask quota --regions <RegionName> - returns data from the quota
      get request but only returns quota data specific to the region
      
      Change-Id: I506befd7749100ebf8b8cc2c11f444f067e200d3
      decc4ed3
  15. 21 Aug, 2017 3 commits
  16. 29 May, 2017 1 commit
  17. 28 May, 2017 1 commit
  18. 25 May, 2017 2 commits
    • adrian-turjak's avatar
      Renamed to Adjutant and cull legacy code · bf62bc73
      adrian-turjak authored
      * Renaming from StackTask to Adjutant.
      * Cull unused or old elements of code originally
        from heatclient.
      * Remove old cli as deprecation is redundant with the
        rename as well. Rename is now a blank slate for the cli
        and the cli is entirely OSC based.
      
      Change-Id: Ic548bdd0f5dadfe537ffe5e1eed7725358c13fce
      bf62bc73
    • Amelia Cordwell's avatar
      Stacktask Client as a plugin for openstack client · 18a17265
      Amelia Cordwell authored
      All commands now available under the core openstack command and
      deprecation warnings have been added to the older shell client.
      
      Change-Id: If7b6a382a2a842a8c5085c944063544d01d58c1d
      18a17265
  19. 18 Oct, 2016 1 commit
  20. 03 Oct, 2016 1 commit
  21. 29 Aug, 2016 1 commit
    • adrian-turjak's avatar
      Fixing client format and sort issues · 4c654465
      adrian-turjak authored
      Client now doesn't sort by default and instead expects
      sorting to come from the server.
      
      Json formatting has been improved to correctly wrap for
      long lines.
      
      Added json formatter for newly added 'approved_by' field.
      This will still work for older deployments without the
      approved_by field.
      
      Change-Id: I18adcccc36c9f71af8d4c90aacafdb5793e4999e
      4c654465
  22. 10 Aug, 2016 1 commit
    • adrian-turjak's avatar
      updating shell and client to use KeystoneAuth · d199682b
      adrian-turjak authored
      Also renaming OS_AUTH_TOKEN to OS_TOKEN
      to be more consistent with OpenStackClient.
      
      Minor formatting changes.
      
      Added 'env/' to gitignore.
      
      Change-Id: I2ef4e6920b75b0abe79c7fe3e1ac06d8230001e3
      d199682b
  23. 08 Aug, 2016 1 commit
  24. 29 Apr, 2016 1 commit
  25. 05 Apr, 2016 1 commit
  26. 09 Mar, 2016 1 commit
  27. 26 Feb, 2016 1 commit
  28. 24 Feb, 2016 2 commits
    • Dale Smith's avatar
      Remove duplicated code in token_submit functions. · b0425f4c
      Dale Smith authored
       * Create a common helper function.
       * Both specialised password and generic submit now use this.
       * Provide more useful information for badly formatted json to token_submit.
       * Added exception support for stacktasks' errors list.
      
      Change-Id: Id6fd38ae79226aa9da2af3301f320129122eb2b3
      b0425f4c
    • adriant's avatar
      Tons of clean up, some new features, some bug fixes · 9b84cac7
      adriant authored
      * new function for cleaning up expired tokens
      * new function to cancel a task directly
      * lots of clean up
      * reworked some functions to work with more than one item
      
      Change-Id: I21683af24410c7a602c2d5a7fb93f7cbc1f605e5
      9b84cac7
  29. 04 Feb, 2016 2 commits
  30. 29 Jan, 2016 1 commit
    • adriant's avatar
      Lots of cleanup · c85ace93
      adriant authored
      * deletion of unneeded heat code
      * lots of pep8 cleanup
      * renaming and shifting some stuff
      * adding/updating some licenses
      
      Change-Id: Idd28a0669d1833d4975f877b601c4b43f76eb5e1
      c85ace93
  31. 28 Jan, 2016 2 commits