
To be able to use customize-image tool in Tobiko, libguestfs needs to have access to the vmlinuz image file. This, at least on Ubuntu based system isn't conigured as it should be (at least it wasn't in my case). So this patch adds small function which will ensure vmlinuz permissions are set correctly and customize-image tool can be used later during the Tobiko runs. Change-Id: I65f9f2017f27de7e9f2e1ed4129282cc090484f7
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 tobiko https://opendev.org/x/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