octavia-tempest-plugin/devstack
Gregory Thiemonge 54225ad231 Fix testing IPv6 VIP network connectivity
The IPv6 VIP subnet used in the tests is created using devstack's
default IPv6 subnetpool.
Devstack ensures that any CIDR from this subnetpool is routable from the
devstack node if the subnet is plugged into devstack's router1.

Change-Id: Iaf3113087a344787add3405208fb229838a56d0b
2021-03-16 15:33:20 +01:00
..
README.rst Add devstack plugin support 2020-02-18 14:40:49 -05:00
plugin.sh Fix testing IPv6 VIP network connectivity 2021-03-16 15:33:20 +01: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