
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
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