neutron-tempest-plugin/devstack
Bernard Cafarelli 0bdc63d7c1
Only install plugin system-wide if INSTALL_TEMPEST is set
Similarly to main tempest installation check, we should only install
plugin on master branches (where INSTALL_TEMPEST is True), and not on
stable branches

Also drop all-plugin use for tox_envlist in stadium jobs that were using
it, it is deprecated and breaks with this new variable

Change-Id: Ia7238c2044053d77b559de544c22909c50e1a11f
Co-Authored-By: Ghanshyam Mann <gmann@ghanshyammann.com>
Closes-Bug: #1873776
2020-04-21 10:28:07 +02:00
..
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 17:31:20 +08:00
customize_image.sh Don't customize image before upload it to Glance by default 2019-03-23 16:02:24 +01:00
functions.sh Use advanced image only when it's necessary 2018-10-15 23:03:25 +02:00
plugin.sh Only install plugin system-wide if INSTALL_TEMPEST is set 2020-04-21 10:28:07 +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