1. 13 Sep, 2020 2 commits
    • Thomas Goirand's avatar
      Now packaging 6.2.0 · 507e8fa2
      Thomas Goirand authored
      507e8fa2
    • Thomas Goirand's avatar
      Merge tag '6.2.0' into debian/victoria · 584c27f8
      Thomas Goirand authored
      oslo.rootwrap 6.2.0 release
      
      meta:version: 6.2.0
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Ben Nemec <bnemec@redhat.com>
      meta:release:Commit: Ben Nemec <bnemec@redhat.com>
      meta:release:Change-Id: I3ae7c0913864b949dfb01fd31e1c7567fc4b7fd7
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      584c27f8
  2. 09 Sep, 2020 2 commits
    • Thomas Goirand's avatar
      Now packaging 6.1.0 · 50449aac
      Thomas Goirand authored
      50449aac
    • Thomas Goirand's avatar
      Merge tag '6.1.0' into debian/victoria · dd850baf
      Thomas Goirand authored
      oslo.rootwrap 6.1.0 release
      
      meta:version: 6.1.0
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release
      meta:pypi: yes
      meta:first: yes
      meta:release:Author: Hervé Beraud <hberaud@redhat.com>
      meta:release:Commit: Hervé Beraud <hberaud@redhat.com>
      meta:release:Change-Id: Id7d99b76d4f6a95bb879c317481478f9bbbfc80a
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      dd850baf
  3. 06 Aug, 2020 1 commit
  4. 04 Aug, 2020 1 commit
  5. 24 Jul, 2020 1 commit
  6. 30 Jun, 2020 1 commit
  7. 03 Jun, 2020 1 commit
  8. 02 Jun, 2020 1 commit
  9. 26 May, 2020 2 commits
  10. 22 May, 2020 2 commits
  11. 18 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 4c048064
      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
      
      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.
      
      Depends-On: https://review.opendev.org/728938
      Change-Id: Ie162c8e72f4edec345c20de4517304cc14f7fe0d
      4c048064
  12. 15 May, 2020 1 commit
  13. 13 May, 2020 1 commit
    • Rodolfo Alonso Hernandez's avatar
      Avoid raising a RuntimeError during the shutdown · ee39ce31
      Rodolfo Alonso Hernandez authored
      When the client stops, sends a shutdown command to the root daemon.
      If the socket is still in use, it will return a RuntimeError and
      stop the code execution.
      
      Instead of this, this exception is now captured and the shutdown
      command re-executed up to 3 times. In case of not succeeding, the
      process will continue the client shutdown.
      
      Change-Id: I0302b49e38523d6170be407d4563928cfcc3c1a3
      Closes-Bug: #1878222
      ee39ce31
  14. 08 May, 2020 1 commit
  15. 04 May, 2020 1 commit
  16. 27 Apr, 2020 1 commit
  17. 24 Apr, 2020 2 commits
    • Sean McGinnis's avatar
      Bump default tox env from py37 to py38 · 6caa7f05
      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: Ie4a88297493182929b6620dd42d2e2b9d85dc637
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      6caa7f05
    • Sean McGinnis's avatar
      Add py38 package metadata · 9fd61c81
      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: I27acd7a90e439a7e7f7529001afa73f7b9d055ce
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      9fd61c81
  18. 16 Apr, 2020 1 commit
  19. 14 Apr, 2020 2 commits
  20. 07 Apr, 2020 3 commits
    • Thomas Goirand's avatar
      Removed python3-mock from build-depends. · b39cf32d
      Thomas Goirand authored
      b39cf32d
    • Thomas Goirand's avatar
      Now packaging 6.0.2. · 79102b49
      Thomas Goirand authored
      79102b49
    • Thomas Goirand's avatar
      Merge tag '6.0.2' into debian/ussuri · 690fe15d
      Thomas Goirand authored
      oslo.rootwrap 6.0.2 release
      
      meta:version: 6.0.2
      meta:diff-start: -
      meta:series: ussuri
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Ben Nemec <bnemec@redhat.com>
      meta:release:Commit: Ben Nemec <bnemec@redhat.com>
      meta:release:Change-Id: Ica9d5824b33e3f244d4bff64d6f5d101f5b371fa
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Workflow+1: Hervé Beraud <hberaud@redhat.com>
      690fe15d
  21. 02 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · 4445f329
      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: If75153300f07e6d1c5bf433af35a0dd4d98e6c7f
      4445f329
  22. 31 Mar, 2020 1 commit
  23. 21 Feb, 2020 1 commit
    • Rodolfo Alonso Hernandez's avatar
      Implement "realpath" to retrieve the real absolute path · 23a534b9
      Rodolfo Alonso Hernandez authored
      This function will call "os.path.realpth" and this in turn could call
      "os.getcwd". If the current path has been deleted by other application,
      this method will raise FileNotFoundError exception. This new function
      catches and unsets this exception, returning an empty string.
      
      Change-Id: If70411d8d189de4a020e528cd54412a5678cfab9
      Closes-Bug: #1864090
      23a534b9
  24. 10 Feb, 2020 1 commit
  25. 06 Feb, 2020 2 commits
  26. 03 Feb, 2020 1 commit
  27. 06 Jan, 2020 1 commit
    • caoyuan's avatar
      tox: Trivial cleanup · 286559f6
      caoyuan authored
      1. refactor basepython to testenv
      2. remove py27 target
      3. fix a bug that prevented usage of upper constraints in some test envs
      
      Change-Id: I5fcec1c7ec978f9fb279de8ac9aae227e6ec5e9d
      286559f6
  28. 04 Dec, 2019 1 commit
  29. 02 Dec, 2019 2 commits
  30. 10 Nov, 2019 1 commit
    • Jeffrey Zhang's avatar
      reap rootwrap daemon process when it is timeout · c9a57aab
      Jeffrey Zhang authored
      When the daemon process is timeout, it will kill itself. But the parent
      doesn't reap it. This patch add a thread to wait the process to be done
      once the daemon is started.
      
      Closes-Bug: #1850241
      Change-Id: Ic209b8ef86c2522ce7e4bd81ac57bf13f1706a81
      c9a57aab