File: README.rst

package info (click to toggle)
octavia-tempest-plugin 3.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,936 kB
  • sloc: python: 20,153; sh: 47; makefile: 24
file content (17 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
====================
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``