Eduardo Olivares f878ef48b5 Upgrade tox version to 4.13
sphinx version also updated

Depends-On: I2c61e753e55340b19ab941fd532de0cab875d51c
Change-Id: I80ae1fc69d5e8e2a31ac52c02a1604225eefba3c
2024-03-05 13:12:39 +01:00
..
2024-03-05 13:12:39 +01:00
2023-03-16 11:18:13 +01:00
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