Bug 2222440
| Summary: | test_tripleo_tls.TripleOTLSTest tempest test fails oslo_config.cfg.NoSuchOptError | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Mikolaj Ciecierski <mciecier> |
| Component: | python-novajoin-tests-tempest | Assignee: | Ade Lee <alee> |
| Status: | CLOSED ERRATA | QA Contact: | Jeremy Agee <jagee> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 17.1 (Wallaby) | CC: | alee, chkumar, dwilde, rcritten |
| Target Milestone: | z2 | Keywords: | Triaged |
| Target Release: | 17.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-novajoin-tests-tempest-0.0.4-17.1.20230807181033.d4a39ce.el9ost | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-01-16 14:29:58 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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 (Red Hat OpenStack Platform 17.1.2 bug fix and enhancement advisory), 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/RHBA-2024:0209 |
Description of problem: test_tripleo_tls.TripleOTLSTest and test_tripleo_deployment.TripleOTest tempest tests are failing in CI. Version-Release number of selected component (if applicable): How reproducible: every time Steps to Reproduce: Actual results: File "/usr/lib/python3.9/site-packages/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/usr/lib/python3.9/site-packages/tempest/test.py", line 158, in setUpClass cls.setup_clients() File "/usr/lib/python3.9/site-packages/novajoin_tempest_plugin/tests/scenario/novajoin_manager.py", line 58, in setup_clients super(NovajoinScenarioTest, cls).setup_clients() File "/usr/lib/python3.9/site-packages/novajoin_tempest_plugin/tests/scenario/manager.py", line 75, in setup_clients if (CONF.volume_feature_enabled.api_v2 or File "/usr/lib/python3.9/site-packages/oslo_config/cfg.py", line 3165, in __getattr__ return self._conf._get(name, self._group) File "/usr/lib/python3.9/site-packages/oslo_config/cfg.py", line 2657, in _get value, loc = self._do_get(name, group, namespace) File "/usr/lib/python3.9/site-packages/oslo_config/cfg.py", line 2675, in _do_get info = self._get_opt_info(name, group) File "/usr/lib/python3.9/site-packages/oslo_config/cfg.py", line 2880, in _get_opt_info raise NoSuchOptError(opt_name, group) oslo_config.cfg.NoSuchOptError: no such option api_v2 in group [volume-feature-enabled] Expected results: Tests pass Additional info: