1. 26 Aug, 2020 1 commit
    • songwenping's avatar
      Add e.g. for groups when create device profile · 257e8200
      songwenping authored
      It is difficult to create device profile with command because of
      the groups parameter is hard to pass, so add e.g. for the command
      ``openstack help accelerator device profile create``, that we
      can get the example for the `group` parameter.
      
      Change-Id: I6afa3ec4c3cc0d14d0632ff821fdf200c736da0e
      257e8200
  2. 27 Jul, 2020 2 commits
  3. 16 Jul, 2020 1 commit
  4. 19 Jun, 2020 2 commits
  5. 18 Jun, 2020 1 commit
  6. 17 Jun, 2020 1 commit
  7. 16 Jun, 2020 3 commits
  8. 09 Jun, 2020 1 commit
  9. 08 Jun, 2020 1 commit
    • Shogo Saito's avatar
      Fix a config error ralated to entry point · 0d405a50
      Shogo Saito authored
      The latest setup.cfg has an error below.
      That is stem from miss-spelling,
      and this patch fix that with proper spell.
      
      $openstack complete
      "No module named 'cyborgclient.osc.v2.showDevice';
      'cyborgclient.osc.v2.device' is not a package
      
      Change-Id: Icbbcbb10397593c8ac810164ac88b02deb9ac818
      0d405a50
  10. 22 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 2505c104
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
      these versions will allow especially:
      * Linking from HTML to PDF document
      * Allow parallel building of documents
      * Fix some rendering problems
      
      Update Sphinx version as well.
      
      openstackdocstheme renames some variables, so follow the renames
      before the next release removes them. A couple of variables are also
      not needed anymore, remove them.
      
      Change pygments_style to 'native' since old theme version always used
      'native' and the theme now respects the setting and using 'sphinx' can
      lead to some strange rendering.
      
      See also
      http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
      
      Change-Id: I99b320c5dafffddf0390058bc112fd87b537420b
      2505c104
  11. 18 May, 2020 1 commit
  12. 13 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · 09528877
      Ghanshyam Mann authored
      flake8 new release 3.8.0 added new checks and gate pep8
      job start failing. hacking 3.0.1 fix the pinning of flake8 to
      avoid bringing in a new version with new checks.
      
      Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
      flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
      break the pep8 job if new check are added.
      
      To avoid similar gate break in future, we need to bump the hacking min
      version.
      
      - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html
      
      Change-Id: I85a0adf95923af560605f0e91b6f85489aaf7600
      09528877
  13. 12 May, 2020 1 commit
  14. 27 Apr, 2020 7 commits
  15. 26 Apr, 2020 1 commit
  16. 11 Apr, 2020 2 commits
  17. 08 Apr, 2020 2 commits
  18. 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
  19. 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
  20. 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
  21. 19 Jan, 2020 1 commit
  22. 15 Dec, 2019 1 commit
  23. 06 Nov, 2019 1 commit
  24. 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
  25. 23 Aug, 2019 2 commits
  26. 25 Jul, 2019 1 commit