Slawek Kaplonski d51ef7eaa3 [Ubuntu] Configure permissions to vmlinuz image
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
2021-11-15 08:20:39 +00: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 tobiko https://opendev.org/x/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