From 1fe836998bee6f8755d29f738c0cd1e5eefb2fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20J=C3=B3zefczyk?= Date: Wed, 22 Jul 2020 12:55:07 +0200 Subject: [PATCH] Add installation of octavia-tempest-plugin to sample local.conf We don't run neutron-tempest-plugin tests, so just change neutron-tempest-plugin tests to octavia-tempest-plugin. Change-Id: If7c22a690e26d27941684ff910dc83ff471cd28d (cherry picked from commit 65c25a4006d5c1e0e50b8d45b1d4052355282a49) --- devstack/local.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devstack/local.conf.sample b/devstack/local.conf.sample index bed359cd..b44b9c85 100644 --- a/devstack/local.conf.sample +++ b/devstack/local.conf.sample @@ -58,8 +58,8 @@ enable_service q-trunk enable_service q-dns #enable_service q-qos -# Enable neutron tempest plugin tests -enable_plugin neutron-tempest-plugin https://opendev.org/openstack/neutron-tempest-plugin +# Enable octavia tempest plugin tests +enable_plugin octavia-tempest-plugin https://opendev.org/openstack/octavia-tempest-plugin disable_service horizon # Cinder (OpenStack Block Storage) is disabled by default to speed up