b357f56600
Depending on the branch of the OpenStack (requirements repo) different min version of tox should be installed. This patch lowers min version of tox for stable/2023.2 to the tox>=4.5.1 and for stable/2023.1 and stable/zed to tox>=3.28. This change is the same as done in [1] and [2] for the tobiko ansible roles. [1] https://review.opendev.org/c/x/tobiko/+/912718 [2] https://review.opendev.org/c/x/tobiko/+/913742 Closes-Bug: #2058378 Change-Id: I807c2735e1789cfa8b8008156f980b3c208ea6ca |
||
---|---|---|
.. | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
WARNING: the stack.sh script must be run in a disposable VM that is not being created automatically, see the README.md file in the "devstack" repository. See contrib/vagrant to create a vagrant VM.
Download DevStack:
git clone https://opendev.org/openstack/devstack.git cd devstack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin devstack-plugin-tobiko https://opendev.org/x/devstack-plugin-tobiko
Tobiko require Heat to be enabled, so heat should be also enabled:
> cat local.conf [[local|localrc]] enable_plugin heat https://opendev.org/openstack/heat
Run
stack.sh