neutron-tempest-plugin/devstack
Slawek Kaplonski 7e5923ac25 Use Ubuntu minimal image as advanced guest image
Ubuntu minimal is smaller than regular cloud image.
It should works fine with less memory and boot faster than in
the gates.

Change-Id: Ie281698ecef05fd7ddf831eabd0e0121ac477709
2021-10-12 09:44:37 +02:00
..
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 17:31:20 +08:00
customize_image.sh Use Ubuntu minimal image as advanced guest image 2021-10-12 09:44:37 +02:00
functions.sh Check if advanced image flavor already exists 2021-08-24 16:39:29 +02:00
plugin.sh Use Ubuntu minimal image as advanced guest image 2021-10-12 09:44:37 +02:00
settings Use advanced image only when it's necessary 2018-10-15 23:03:25 +02:00

README.rst

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 neutron-tempest-plugin https://opendev.org/openstack/neutron-tempest-plugin
  3. run stack.sh