octavia-tempest-plugin/devstack
Brian Haley 08182055bc Do not install tempest plugin in train environments
Since train is a python2 env, expand the check in the
devstack plugin to not install the tempest plugin since
it is python3-only.

Change-Id: I67027090a8cc340b85fb1119f0e52bc1f2ffc66d
2020-11-18 12:40:54 -05:00
..
README.rst Add devstack plugin support 2020-02-18 14:40:49 -05:00
plugin.sh Do not install tempest plugin in train environments 2020-11-18 12:40:54 -05:00
settings Add devstack plugin support 2020-02-18 14:40:49 -05:00

README.rst

Enabling in Devstack

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