1. 27 Apr, 2020 8 commits
  2. 26 Apr, 2020 1 commit
  3. 11 Apr, 2020 2 commits
  4. 08 Apr, 2020 2 commits
  5. 05 Apr, 2020 2 commits
    • Andreas Jaeger's avatar
      Cleanup py27 support · 751800a2
      Andreas Jaeger authored
      Make a few cleanups:
      - Remove python 2.7 stanza from setup.py
      - Add requires on python >= 3.6 to setup.cfg so that pypi and pip
        know about the requirement
      - Remove obsolete sections from setup.cfg
      - Update classifiers
      - Update requirements, no need for python_version anymore
      - Sync sphinx requirements with cyborg
      - Update to openstack-discuss mailing list
      
      Change-Id: I679491107a982de8c76674ec9f94162a6c961064
      751800a2
    • Zuul's avatar
      Merge "Update home-page" · 3c8de835
      Zuul authored
      3c8de835
  6. 31 Mar, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · df56f7af
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Fix problems found:
      E117 over-indented
      
      Blacklist:
      E402 module level import not at top of file
      W504 line break after binary operator
      
      Change-Id: I05b04a6f15683f7f37a5be49cc50c02eb3bbf7a7
      df56f7af
  7. 27 Jan, 2020 1 commit
    • Shogo Saito's avatar
      v2 API Support(using openstack-sdk) · c4770df4
      Shogo Saito authored
      Modifying cyborgclient to supporting v2 API,
      and using openstack sdk.
      This patch depends openstacksdk patch[1].
      
      command usage:
      $openstack accelerator *commands below*
      
      deployable ( list | show | program )
      device list
      device profile ( list | create | delete | show )
      arq ( list | create | delete | show | bind | unbind )
      
      [1] https://review.opendev.org/#/c/679914/
      
      Change-Id: If6bb52b453c1aa7fb328fd08ebbb79312fa7d299
      Story: 2006930
      c4770df4
  8. 19 Jan, 2020 1 commit
  9. 15 Dec, 2019 1 commit
  10. 06 Nov, 2019 1 commit
  11. 16 Sep, 2019 1 commit
    • pengyuesheng's avatar
      Bump the openstackdocstheme extension to 1.20 · 3d37b448
      pengyuesheng authored
      Some options are now automatically configured by the version 1.20:
      - project
      - html_last_updated_fmt
      - latex_engine
      - latex_elements
      - version
      - release.
      
      Change-Id: I4f55d2abd3f58acbbeda397dcefbd9a699cf9cdb
      3d37b448
  12. 23 Aug, 2019 2 commits
  13. 25 Jul, 2019 1 commit
  14. 19 Apr, 2019 1 commit
  15. 03 Apr, 2019 1 commit
  16. 19 Mar, 2019 1 commit
  17. 25 Oct, 2018 1 commit
  18. 24 Aug, 2018 3 commits
  19. 22 Aug, 2018 4 commits
  20. 19 Aug, 2018 1 commit
  21. 14 Aug, 2018 1 commit
    • wangzh21's avatar
      Update python-cyborgclient doc · 480b8c24
      wangzh21 authored
      1.Remove the wrong document
      2.Update env api version
      
      Change-Id: Ieb88341a636a0d77d64986aff5a09eca05746fe7
      480b8c24
  22. 07 Aug, 2018 1 commit
  23. 02 Aug, 2018 1 commit
    • wangzh21's avatar
      Add filter to list · 0e01835b
      wangzh21 authored
      1.Cyborg should support filtering queries. This patch is the
      implementation of client.
      2.Add UT for cyborgclient.
      
      Change-Id: Ia4a98be93f2a32e7e818d4831a24652c78b97788
      0e01835b
  24. 27 Jul, 2018 1 commit
    • wangzh21's avatar
      Fix url_path · 16bdd7cc
      wangzh21 authored
      1. Replace /v1/deployables with /v1/accelerators/deployables.
      2. Replace base_url with api_name.
      3. Fix update body.
      
      Change-Id: I82bab30d4d880580755e176f751fd5a075975232
      16bdd7cc