1. 02 Sep, 2021 1 commit
  2. 27 Aug, 2021 1 commit
  3. 26 Aug, 2021 2 commits
  4. 24 Aug, 2021 1 commit
  5. 23 Aug, 2021 1 commit
  6. 20 Aug, 2021 1 commit
  7. 13 Aug, 2021 1 commit
  8. 26 Jul, 2021 2 commits
    • ericxiett's avatar
      Hide the traceback when deleting a non-existent ARQ · 9d5bdc5f
      ericxiett authored
      This patch catches the 'ResourceNotFound' exception and adds
       some unittests.
      
      Closes-Bug: #1937251
      Change-Id: I1e07528e9b551ff192ee707d1988a8c07bf349a0
      9d5bdc5f
    • ericxiett's avatar
      Add checks for showing dp with name · 83c099d0
      ericxiett authored
      This patch adds checking input arg. If not uuid, raise CommandError with
       output like 'Only UUID of device_profile allowed'.
      
      Closes-Bug: #1936877
      Change-Id: I24999d0f39cbd027ef5c797ed2e9bf0bbfe8a793
      83c099d0
  9. 08 Jul, 2021 1 commit
  10. 31 May, 2021 1 commit
  11. 28 Apr, 2021 1 commit
    • XinxinShen's avatar
      setup.cfg: Replace dashes with underscores · b5f94869
      XinxinShen authored
      Setuptools v54.1.0 introduces a warning that the use of dash-separated
      options in 'setup.cfg' will not be supported in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores. Without
      this, we see 'UserWarning' messages like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: I83d80999568b7236044ac257b19c984fd5e788bb
      b5f94869
  12. 16 Apr, 2021 1 commit
  13. 29 Mar, 2021 1 commit
  14. 24 Mar, 2021 1 commit
  15. 22 Mar, 2021 2 commits
  16. 19 Mar, 2021 3 commits
  17. 17 Mar, 2021 1 commit
  18. 12 Mar, 2021 1 commit
  19. 15 Jan, 2021 1 commit
    • wu.shiming's avatar
      Revert "remove py37" · 18610cea
      wu.shiming authored
      Reason for revert: Python 3.7 *is* supported because it falls
      in the range of supported Python versions (3.6-3.8).
      
      Change-Id: I7365634864f09eb04a68d901ca4ca962fa4d7bb2
      18610cea
  20. 03 Jan, 2021 8 commits
  21. 02 Jan, 2021 1 commit
    • tomas's avatar
      Remove six lib · e29aac97
      tomas authored
      Change-Id: I1674693c06ea21210ceed002154c0cf70b2ec22b
      e29aac97
  22. 03 Dec, 2020 1 commit
  23. 12 Oct, 2020 1 commit
  24. 18 Sep, 2020 1 commit
  25. 17 Sep, 2020 1 commit
  26. 10 Sep, 2020 2 commits
  27. 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