Automatic Tempest Configuration Generator
Go to file
Chi Wai Chan 3366caea2c
Fix compute, volume, and share endpoint discovery.
The endpoint discovery mechanism in compute, volume, and share use
no_port_cut_url to cut the URLs after the version (including the
version) if port is not present.  However, when the port is present, the
no_port_cut_url method sets the top_level to True when calling do_get
method. This causes the do_get method also cut the top_level_path of the
URLs because by default the top_level_path is set to "". This behavior
is not desired because different clouds maybe have endpoints with
different top_level_path other than "". Instead of using
no_port_cut_url, we can use utils.get_base_url to properly cut the URLs
after and including the version.

Story: #2010968
Task: #49109
Change-Id: I221b6267afce90b8b7e22d468f0824c9365f4a91
2023-12-12 15:22:55 +08:00
config_tempest Fix compute, volume, and share endpoint discovery. 2023-12-12 15:22:55 +08:00
doc Do not disable live migration by default 2023-03-09 15:21:40 +01:00
playbooks Fix tox<4 issue for zed job 2023-06-28 19:05:38 +02:00
releasenotes Releasenotes for 3.4.0 2023-03-27 12:47:24 +02:00
roles Unskip devstack-admin-plugins job 2022-04-26 14:39:19 +02:00
.coveragerc Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00
.gitignore Add etc/ to .gitignore 2018-07-18 08:03:26 +00:00
.gitreview Reflect osf/ to openinfra/ namespace rename 2021-11-18 10:11:07 +00:00
.mailmap Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00
.stestr.conf Switch to use stestr for unit tests 2017-12-05 10:06:13 +00:00
.zuul.yaml Drop tripleo-ci-centos-9 jobs 2023-08-16 14:09:22 +00:00
HACKING.rst fix url 2018-06-05 15:13:26 +00:00
LICENSE Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00
README.rst Publish docs to docs.opendev.org 2021-11-18 13:51:45 +00:00
requirements.txt Updating download_with_retry function 2021-04-26 16:17:37 +02:00
setup.cfg Update jobs for Antelope development cycle 2023-02-09 12:04:37 +01:00
setup.py Cleanup py27 support 2020-04-07 04:51:31 +00:00
test-requirements.txt Run unit tests by py38 as well 2020-09-25 08:11:29 +00:00
tox.ini Fix opendev-tox-docs job 2023-02-09 12:05:44 +01:00

python-tempestconf

Overview

python-tempestconf will automatically generate the tempest configuration based on your cloud.