1. 02 Feb, 2021 2 commits
    • Sofia Enriquez's avatar
      Fix json to_primitive when using IO OBjects · fcd737e2
      Sofia Enriquez authored
      
      
      Currently, using Cinder's backup service with RBD the
      backup-create operation gets stuck when logging
      ('use_json=True' must be set in the config file).
      
      The oslo.log JSONFormatter gets stuck when passing an
      RBDVolumeIOWrapper from os-brick. This happens via os-brick's
      utils.trace() method which passes a connector containing
      {'path': RBDVolumeIOWrapper}.
      The oslo.log JSONFormatter format() method calls
      oslo_serialization's jsonutils.to_primitive and passes in
      this RBDVolumeIOWrapper object.
       
      Therefore the to_primitive method eventually calls
      RBDVolumeIOWrapper.read(). In order to fix this the current
      path avoids mapping io.IOBase objects and fallback the wrapper
      RBD volume object.
      
      Co-authored-by: default avatarEric Harney <eharney@redhat.com>
      Closes-Bug: #1908607
      Change-Id: I3c416e855cb5f0dc32d14b2749ba92aba8964574
      (cherry picked from commit 02037330)
      fcd737e2
    • Hervé Beraud's avatar
      Dropping lower constraints testing · 57fd9dd9
      Hervé Beraud authored
      We facing errors related to the new pip resolver, this
      topic was discussed on the ML and QA team proposed to
      to test lower-constraints [1].
      
      I propose to drop this test because the complexity and recurring pain needed
      to maintain that now exceeds the benefits provided by this mechanismes.
      
      [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html
      
      Change-Id: Ie53b809ab031525958b58730a12cb37d0bdf5c82
      (cherry picked from commit 3799d180)
      57fd9dd9
  2. 11 Sep, 2020 2 commits
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/victoria · fec3143b
      OpenStack Release Bot authored
      Update the URL to the upper-constraints file to point to the redirect
      rule on releases.openstack.org so that anyone working on this branch
      will switch to the correct upper-constraints list automatically when
      the requirements repository branches.
      
      Until the requirements repository has as stable/victoria branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: I2b7bf21711ae399d8abdb536d87447fdb23025d4
      fec3143b
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/victoria · 410067a9
      OpenStack Release Bot authored
      Change-Id: Ieaea1649fa2ac6902a9551ba7bef058eae581779
      410067a9
  3. 24 Jul, 2020 1 commit
  4. 30 Jun, 2020 1 commit
  5. 09 Jun, 2020 1 commit
  6. 08 Jun, 2020 3 commits
  7. 04 Jun, 2020 1 commit
  8. 03 Jun, 2020 1 commit
  9. 02 Jun, 2020 1 commit
  10. 26 May, 2020 1 commit
  11. 22 May, 2020 1 commit
  12. 18 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · f716c679
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.0 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.
      
      Set openstackdocs_auto_name to use 'project' as name.
      
      Depends-On: https://review.opendev.org/728938
      Change-Id: If90af1920749efd1b314884a4b366d6d2c939521
      f716c679
  13. 15 May, 2020 2 commits
  14. 04 May, 2020 1 commit
  15. 27 Apr, 2020 1 commit
  16. 24 Apr, 2020 3 commits
    • Sean McGinnis's avatar
      Bump default tox env from py37 to py38 · e5e55b37
      Sean McGinnis authored
      
      
      Python 3.8 is now our highest level supported python runtime.
      This updates the default tox target environments to swap out
      py37 for py38 to make sure local development testing is
      covering this version.
      
      This does not impact zuul jobs in any way, nor prevent local
      tests against py37. It just changes the default if none is
      explicitly provided.
      
      Change-Id: I72444ae863915b98182a6badeef94ea9109036ab
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      e5e55b37
    • Sean McGinnis's avatar
      Add py38 package metadata · e3a1e94f
      Sean McGinnis authored
      
      
      Now that we are running the Victoria tests that include a
      voting py38, we can now add the Python 3.8 metadata to the
      package information to reflect that support.
      
      Change-Id: I3dea2c56eae81c42173cbcdfb349172b2ad720d9
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      e3a1e94f
    • Hervé Beraud's avatar
      Add release notes links to doc index · d2d78fc1
      Hervé Beraud authored
      Also uniformize titles to match a common format used on oslo's projects.
      
      Change-Id: I687c647f5b978d87e3a9aa3d788d59d7bce26a21
      d2d78fc1
  17. 14 Apr, 2020 2 commits
  18. 02 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · 5ee9b7bf
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Fix problems found.
      
      Remove hacking and friends from lower-constraints, they are not needed
      for installation.
      
      Change-Id: I94aabb5b1ef43e8f0a5850620afce91ae0755e97
      5ee9b7bf
  19. 24 Mar, 2020 1 commit
  20. 23 Mar, 2020 1 commit
  21. 13 Mar, 2020 1 commit
  22. 06 Mar, 2020 1 commit
  23. 02 Mar, 2020 1 commit
  24. 27 Feb, 2020 1 commit
  25. 21 Feb, 2020 1 commit
  26. 17 Feb, 2020 1 commit
  27. 14 Feb, 2020 1 commit
  28. 13 Feb, 2020 2 commits
  29. 10 Feb, 2020 1 commit
  30. 06 Feb, 2020 1 commit
  31. 03 Feb, 2020 1 commit