Eduardo Olivares 958b33820c Replace ubuntu-focal by ubuntu-jammy
nova compute requires libvirt 7.0.0 or newer, which means no job can
be executed on Ubuntu 20.04

Besides, devstack drops support for focal on this patch:
https://review.opendev.org/c/openstack/devstack/+/885468

Change-Id: I6fa5b70558e886b17c63dab61fad3c7a2728d148
2023-09-12 16:58:08 +02:00
..
2023-09-12 16:58:08 +02: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