1. 06 Nov, 2021 2 commits
    • Cai Hui's avatar
      Add arm64 gate ci job · 7431d7b6
      Cai Hui authored
      Add  openstack-python3-xena-jobs-arm64 job in .zuul.yaml
      
      Change-Id: I359fbcaabf3f6f68ca63d2b24aa32ee5d4e396c6
      7431d7b6
    • Cai Hui's avatar
      Fix flake8 error: H104 · d0818230
      Cai Hui authored
      Fix flak8 error :H104
      
      Change-Id: I05f26a3c10039b1ef85c7aca993f72e6c4ae65d8
      d0818230
  2. 05 Nov, 2021 1 commit
    • Cai Hui's avatar
      Add python3.9 CI · 129e9cf2
      Cai Hui authored
      Update tox.ini to support python3.9.
      
      Change-Id: Ia420c0c8129c3e8d81e11702a536daf02b9e1108
      129e9cf2
  3. 03 Nov, 2021 1 commit
  4. 02 Nov, 2021 1 commit
    • Cai Hui's avatar
      Update .zuul.yaml · c05175cd
      Cai Hui authored
      Add "openstack-python3-xena-jobs" CI job.
      
      Change-Id: I7551e1a07a414dc0e37c75793db2f8014e996e93
      c05175cd
  5. 31 Oct, 2021 1 commit
  6. 25 Sep, 2021 1 commit
  7. 16 Jun, 2021 1 commit
  8. 15 Jun, 2021 1 commit
  9. 11 Jun, 2021 1 commit
  10. 31 May, 2021 1 commit
  11. 20 Apr, 2021 1 commit
  12. 02 Dec, 2020 3 commits
  13. 10 Nov, 2020 1 commit
    • caihui's avatar
      Update gate jobs · cf06e431
      caihui authored
      Update  "openstack-python3-victoria-jobs" to  "openstack-python3-wallaby-jobs".
      
      Change-Id: Iade621bed540dd6b2a1a0d241afa60cebfe87a28
      cf06e431
  14. 09 Nov, 2020 1 commit
  15. 30 Oct, 2020 2 commits
  16. 29 Oct, 2020 1 commit
  17. 30 Sep, 2020 1 commit
  18. 08 Sep, 2020 1 commit
    • mudit-opn's avatar
      Update testing to Ubuntu Focal · c48b7b15
      mudit-opn authored
      As per victoria cycle testing runtime and community goal,
      we need to migrate upstream CI/CD to Ubuntu Focal(20.04).
      
      Bump lower constraints to make testing work for Focal.
      
      
      Change-Id: I32a4a3055595eeafb330c14959e55db9ee82cfa9
      Story: #2007865
      Task: #402184
      c48b7b15
  19. 05 Sep, 2020 1 commit
  20. 10 Jul, 2020 1 commit
    • Caihui's avatar
      Fix tip error · 7f219349
      Caihui authored
      Fix tip error of freezerclinet cmd.
      
      Change-Id: I1409a98f3aef84f2dbc259c04f367ffe79abf95c
      7f219349
  21. 02 Jul, 2020 1 commit
    • Caihui's avatar
      Add py38 in tox. · 8c7e59ce
      Caihui authored
      In new release, The project  is used  python38 to replace python37,
      so drop py37,add py38 in tox.
      
      Change-Id: I19dd35b12f2a7764ecf9635a09f9865b589d250a
      8c7e59ce
  22. 19 Jun, 2020 1 commit
    • Caihui's avatar
      Remove keystone v2 related code · 0df8a1da
      Caihui authored
      Kyestone V2 support was removed in Train, so it's safe to remove "tenant" param.
      
      Change-Id: I1458a61f5b0d70e1d4ebe3b8ba88bc4826b7a363
      0df8a1da
  23. 22 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 2a8a8dc3
      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.
      
      Remove docs requirements from lower-constraints, they are not needed
      during install or test but only for docs building.
      
      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: I8edb19b7855f8ed108566b13ce0a277a2073e3a2
      2a8a8dc3
  24. 13 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · da8b3172
      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: I7a01b34fa14404715ef55eceb51a4935be2a4e9f
      da8b3172
  25. 06 May, 2020 2 commits
  26. 19 Apr, 2020 1 commit
    • jacky06's avatar
      Use unittest.mock instead of third party mock · 7b10fd4b
      jacky06 authored
      Now that we no longer support py27, we can use the standard library
      unittest.mock module instead of the third party mock lib.
      
      Change-Id: I880d1d8d6183d002b81ac34e2f2a3b2625abb4ff
      7b10fd4b
  27. 11 Apr, 2020 2 commits
  28. 04 Apr, 2020 2 commits
    • Andreas Jaeger's avatar
      Update hacking for Python3 · aa75c961
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Remove hacking and friends from lower-constraints, they are not needed
      for installation.
      
      Change-Id: I0800191c29e0cd379826d62b4bf310606c811263
      aa75c961
    • Andreas Jaeger's avatar
      Cleanup py27 support · c2cb528d
      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:
        * Wheel is not needed for python 3 only repo
        * Some other sections are obsolete
      - Update classifiers
      - Update requirements, no need for python_version anymore
      - Remove html_last_updated_fmt from conf.py, this is not needed with
        openstackdocstheme anymore; update openstackdocstheme requirement
      
      Change-Id: Ib3ea5712db7075a67a4f9da74a6788822658e97a
      c2cb528d
  29. 22 Jan, 2020 1 commit
    • Caihui's avatar
      Remove six usage from freezerclient package · 0e7546bd
      Caihui authored
      We don't support Python 2 anymore so we don't need this
      compatibility library.
      
      This patch remove six.moves.cStringIO by io.StringIO.
      
      Change-Id: I31acfc0b661797fdefd23c28b06de6c21019de00
      0e7546bd
  30. 15 Dec, 2019 1 commit
  31. 18 Nov, 2019 1 commit
    • caihui's avatar
      Modify "backup-list" show · 990f31e5
      caihui authored
      Sorted by the time of the backup task is createdw.
      
      Change-Id: I69c8240c88952008536b1f2581facf80596bb3c8
      990f31e5
  32. 13 Nov, 2019 1 commit
  33. 29 Oct, 2019 1 commit