devstack-plugin-tobiko/devstack
Federico Ressi a030e9795f Allow virt-customize to work on Ubuntu hosts as regular user
Ensure /boot/vmlinuz file can be read from regular users

Change-Id: I40628231b9d74e9786509675a97242df717910c8
2021-05-20 04:14:48 +00:00
..
plugin.sh Allow virt-customize to work on Ubuntu hosts as regular user 2021-05-20 04:14:48 +00:00
README.rst Ensure local SSH key can login localhost 2020-11-20 06:22:11 +01:00
settings Add support to external network option 2020-11-29 20:31:19 +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