1. 13 Sep, 2021 1 commit
  2. 23 Aug, 2021 1 commit
    • Mark Goddard's avatar
      Fix CA file for Swift pollster · 3f73d8ba
      Mark Goddard authored
      Most OpenStack API communication uses the cafile option in the
      service_credentials config. For swift the client is created differently,
      and does not get this option. When TLS is used, we may get an error like
      the following:
      
      exceptions.SSLError: HTTPSConnectionPool(host='1.2.3.4', port=443): Max
      retries exceeded with url: /swift/v1/AUTH_XXXX (Caused by
      SSLError(SSLError("bad handshake: Error([('SSL routines',
      'tls_process_server_certificate', 'certificate verify failed')],)",),))
      
      This change fixes the issue by creating an HTTP connection for the Swift
      client that uses the configured CA file.
      
      Closes-Bug: #1940660
      Change-Id: I38f9ff2bec0a2a3cb9dfc5c362284e33c12f3127
      (cherry picked from commit ed404c5f)
      3f73d8ba
  3. 16 Aug, 2021 1 commit
    • Takashi Kajinami's avatar
      Do not install libvirt python bindings from pip · 4bb02413
      Takashi Kajinami authored
      Since [1] was merged, devstack no longer installs libvirt python
      bindings from pip but use distro packages. This change removes
      the logic to install the python bindings using pip to follow that
      change in devstack, otherwise installation fails because of conflict
      between packages available in pip and one installed by distro packages.
      
      [1] https://review.opendev.org/c/openstack/devstack/+/798514
      
      Conflicts:
      	devstack/plugin.sh
      
      Resolved conflicts caused by f57a51e4
      which is not backported to stable branches.
      
      Closes-Bug: #1939990
      Related-Bug: #1933096
      Change-Id: I369a95cf30e91738d10ad2e5a3d5f6988bdd76cb
      (cherry picked from commit 9366bc8f)
      (cherry picked from commit 1b97560c)
      4bb02413
  4. 25 Jul, 2021 1 commit
    • Takashi Kajinami's avatar
      [Stable-only] Pin Gnocchi to a specific release · 564a2ca6
      Takashi Kajinami authored
      Currently we use the latest Gnocchi in functional tests but this
      often results problems caused by any update in Gnocchi side.
      This change pins Gnocchi to a specific version to avoid such problems.
      
      Change-Id: I791f214c6c130973fff9703a0ada1efd93720ae6
      (cherry picked from commit 60262538)
      564a2ca6
  5. 06 Jun, 2021 1 commit
  6. 04 Jun, 2021 1 commit
    • Elod Illes's avatar
      [stable-only] Add font for PDF generation and fix lower constraints · 418af55c
      Elod Illes authored
      openstack-tox-docs job started to fail with the following error:
      
      ! LaTeX Error: File `tgtermes.sty' not found.
      
      This patch adds the required font package to bindep doc profile.
      
      With the new pip resolver (introduced in pip 20.3) the constraints
      checking is now working better, thus reveals multiple constrain
      conflicts. This patch also fixes those problems:
      - no extra is allowed for constraints
      - futurist 1.8.0 depends on six>=1.10.0
      - keystoneauth1 3.9.0 depends on requests>=2.14.2
      - oslo.upgradecheck==0.1.1 was not listed among lower constraints
      
      Change-Id: I00c994316653446748823867eb7c1a1ba5abfbea
      418af55c
  7. 29 Mar, 2021 1 commit
  8. 24 Sep, 2020 2 commits
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/victoria · e555e938
      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: I98f7e68bc869986f7d7719b3e7a31a3a25c9520c
      e555e938
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/victoria · bb6dda05
      OpenStack Release Bot authored
      Change-Id: Ibca5a45c6f4c10259990206efcba5809a78ef838
      bb6dda05
  9. 11 Sep, 2020 2 commits
  10. 10 Sep, 2020 1 commit
    • Ghanshyam Mann's avatar
      [goal] Migrate tox based testing to ubuntu focal · c11bf913
      Ghanshyam Mann authored
      As per victoria cycle testing runtime and community goal[1]
      we need to migrate upstream CI/CD to Ubuntu Focal(20.04).
      
      Fixing:
      - bug#1886298
      Bump the lower constraints for required deps which added python3.8 support
      in their later version.
      
      Story: #2007865
      Task: #40223
      
      Change-Id: I1f8577e560fd3ffad0c3b6edfc4c74dddedfa719
      c11bf913
  11. 09 Sep, 2020 1 commit
  12. 05 Sep, 2020 1 commit
  13. 04 Sep, 2020 1 commit
  14. 28 Aug, 2020 1 commit
  15. 26 Aug, 2020 1 commit
  16. 19 Aug, 2020 1 commit
  17. 17 Aug, 2020 1 commit
  18. 15 Aug, 2020 1 commit
  19. 14 Aug, 2020 1 commit
  20. 27 Jul, 2020 1 commit
    • Pavlo Shchelokovskyy's avatar
      Fix volume attachment event parsing · 790835f2
      Pavlo Shchelokovskyy authored
      the correct name of the server-identifying field in volume attach/detach
      notification is `instance_uud`, not `server_id`, see
      `cinder/objects/volume_attachment.py`
      
      Change-Id: I0da69c0cb19556dbcee3cc4321b8909b6708f038
      790835f2
  21. 24 Jul, 2020 2 commits
  22. 23 Jul, 2020 1 commit
  23. 22 Jul, 2020 7 commits
  24. 21 Jul, 2020 4 commits
  25. 12 Jul, 2020 1 commit
  26. 10 Jul, 2020 2 commits
  27. 07 Jul, 2020 1 commit