Description of problem: octavia-tempest-plugin requires the python h2 module for its HTTP2 tests octavia-tempest-plugin uses h2 via the httpx module but httpx has only an optional dependency against h2, so python3-h2 was added explicitly to the octavia-tempest-plugin package in https://review.rdoproject.org/r/c/openstack/octavia-tempest-plugin-distgit/+/44573 We now need the python3-h2 package in the OSP distribution Version-Release number of selected component (if applicable): 17.1 How reproducible: 100% Steps to Reproduce: 1. launch the octavia-tempest-plugin tests with barbican enabled 2. 3. Actual results: ImportError: Using http2=True, but the 'h2' package is not installed. Make sure to install httpx using pip install httpx[http2]. Expected results: Additional info:
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Release of components for Red Hat OpenStack Platform 17.1 (Wallaby)), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2023:4577