octavia-tempest-plugin/devstack
Michael Johnson 2735735e64 Install test_server.bin in well known location
This patch installs and uses test_server.bin from
/opt/octavia-tempest-plugin as a well known location on the
filesystem. This way tests, like grenade, that run the devstack
plugins once in /old paths, can find the binary when running from
/new paths.

Change-Id: Ia78f16fde026269dec01f4dceb202842ad12a557
2020-11-13 14:41:08 -08:00
..
plugin.sh Install test_server.bin in well known location 2020-11-13 14:41:08 -08:00
README.rst Add devstack plugin support 2020-02-18 14:40:49 -05:00
settings Add devstack plugin support 2020-02-18 14:40:49 -05:00

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