devstack-plugin-tobiko/devstack
Slawek Kaplonski b357f56600 Set correct min version of tox to be installed
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
2024-03-20 12:03:59 +01:00
..
plugin.sh Set correct min version of tox to be installed 2024-03-20 12:03:59 +01:00
README.rst Update devstack's plugin readme 2023-03-16 11:18:13 +01:00
settings Replace ubuntu-focal by ubuntu-jammy 2023-09-12 16:58:08 +02:00

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.

  1. Download DevStack:

    git clone https://opendev.org/openstack/devstack.git
    cd devstack
  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin devstack-plugin-tobiko https://opendev.org/x/devstack-plugin-tobiko
  3. 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
  4. Run stack.sh