1. 01 Mar, 2022 1 commit
    • Takashi Kajinami's avatar
      Fix compatibility with oslo.context >= 4.0.0 · 968969b9
      Takashi Kajinami authored
      The tenant argument of RequestContext is longer available since
      oslo.context 4.0.0. This change removes usage of the deprecated
      argument in unit tests to prepare for version bump.
      
      Change-Id: I0493b5fbe09d183e57a207c1dda0b2ee7a4e1b34
      968969b9
  2. 11 Feb, 2022 1 commit
    • rabi's avatar
      Fix for tenacity 8.0.1 · b1fe9752
      rabi authored
      Use retry_state parameter that contains all information about
      current retry invocation in the prepare_attempt callback.
      
      Change-Id: Ib47b6335b591850965132448befb7b3dbe31984a
      Task: 44471
      b1fe9752
  3. 08 Feb, 2022 1 commit
    • Takashi Kajinami's avatar
      Add Python 3 only classifier · 0fa19e7a
      Takashi Kajinami authored
      Python 2 support was removed during Ussuri cycle. This change adds
      the classifier to clearly state that only Python 3 is supported.
      
      Change-Id: Icaa8acc04019b67628e84b1fa252e3731d526f08
      0fa19e7a
  4. 17 Jan, 2022 1 commit
  5. 12 Jan, 2022 1 commit
    • bshephar's avatar
      Bump lower constraints for OSC · 9af3af15
      bshephar authored
      In support of the OSC migration, we need
      to bump the lower-constraint for the
      openstacksdk to allow for feature parity.
      
      Change-Id: Ide69f84a76f06814cf74b73b57729f23dea1062b
      9af3af15
  6. 24 Dec, 2021 2 commits
  7. 14 Dec, 2021 1 commit
  8. 13 Dec, 2021 1 commit
  9. 07 Dec, 2021 1 commit
  10. 03 Dec, 2021 1 commit
    • rabi's avatar
      Don't test zaqar in CI · a2fd56a9
      rabi authored
      Unfortunately few projects like mistral/zaqar have little participation
      and are kind of unmaintained atm, we should stop testing them in CI.
      Recently zaqar is broken with latest pymongo (4.0).
      
      Change-Id: I33d3aceacf03ad1baf29301885a8e88b17b7e476
      a2fd56a9
  11. 26 Nov, 2021 1 commit
  12. 22 Nov, 2021 1 commit
  13. 19 Nov, 2021 1 commit
    • rabi's avatar
      Fix broken devstack plugin · f5da6d21
      rabi authored
      This devstack plugin seems broken with devstack secure rbac changes
      to use OS_CLOUD.
      
      Change-Id: I9f0d3d97e4cc7d5ed6858eca9c042fedb14139d1
      f5da6d21
  14. 17 Nov, 2021 2 commits
  15. 12 Nov, 2021 1 commit
    • Ian Wienand's avatar
      Fallback to upstream for Fedora image · bf9186a3
      Ian Wienand authored
      OpenDev infra only keep around the latest two Fedora releases in their
      mirrors.  Probe for the image from the local test mirror, but if not
      found, fallback to upstream.  This will be much less reliable, but can
      avoid gate breakage until new images can be used.
      
      Also, use endpoint_type when creating keystoneclient
      
      Keystone admin endpoint has been removed from devstack with[1].
      This would use the public endpoint by default.
      
      Change-Id: I96ab14871ee8c5d5b83cc0cd4abc840ef0218ca8
      bf9186a3
  16. 09 Nov, 2021 1 commit
    • Erik Panter's avatar
      Fix None comparision when sorting by `updated_at` · 403fa55f
      Erik Panter authored
      When sorting resource candidates in `_get_best_existing_rsrc_db`,
      resources with the same score are sorted by `updated_at`, which can be
      `None`. If that is the case, use `created_at` instead.
      
      Task: 43815
      Story: 2009653
      Change-Id: Ic0265fcf7ceb811803cdebaa8932fe80dc59a627
      403fa55f
  17. 02 Nov, 2021 1 commit
  18. 01 Nov, 2021 4 commits
  19. 18 Oct, 2021 3 commits
  20. 14 Oct, 2021 1 commit
  21. 13 Oct, 2021 1 commit
  22. 12 Oct, 2021 2 commits
  23. 11 Oct, 2021 2 commits
  24. 06 Oct, 2021 1 commit
  25. 05 Oct, 2021 1 commit
    • Brendan Shephard's avatar
      Drop six library · 9131940e
      Brendan Shephard authored
      The six library was introduced to bridge the gap
      between Python2 and 3. This is no longer necessary
      on branches where we are not supporting Python2.
      
      Change-Id: I7736373d03c23884158e4a1d41defafb4e2b8a4c
      9131940e
  26. 04 Oct, 2021 2 commits
  27. 21 Sep, 2021 3 commits
    • Balazs Gibizer's avatar
      Fix timeout calc of nested resource groups · ef731bca
      Balazs Gibizer authored
      The timeout calculation of nested resource groups are using seconds but
      then it passing the value in seconds to the stack resource that is
      expected it in minutes. This leads to a rapidly increasing timeout value
      in each nesting levels.
      
      This patch converts the seconds to minutes before passing it forward.
      
      Story: 2009237
      Task: 43372
      Change-Id: I3f132d4889723f7b4a3a416779ac5ee7663249b8
      ef731bca
    • Balazs Gibizer's avatar
      Reproduce bug story/2009237 · 863d645d
      Balazs Gibizer authored
      Add a functional test that reproduces the bug that nested resource group
      timeout value is increasing rapidly with every nesting level.
      
      Story: 2009237
      Task: 43373
      Change-Id: I8e85434a5fb9cc6d0ef3240c8ae6085f5124174b
      863d645d
    • Zuul's avatar
      Merge "Add missing [oslo_reports] options" · ccef1378
      Zuul authored
      ccef1378
  28. 17 Sep, 2021 1 commit