From 182582a0d55d9ca131a459962616a092f05a16ed Mon Sep 17 00:00:00 2001 From: Roman Safronov Date: Wed, 18 Sep 2024 12:48:24 +0300 Subject: [PATCH] Remove Tripleo from plugin description lines This patch replaces mentions of Tripleo in the plugin description lines by openstack-k8s-operators. Change-Id: Ic0fc4b619cbf0be5b3da5a94c6fec1e4daeac119 --- README.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 06d75a9..61d127a 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Whitebox Neutron Tempest Plugin =============================== -Tempest plugin with TripleO oriented whitebox tests for Neutron project. +Tempest plugin with openstack-k8s-operators oriented whitebox tests for Neutron project. * Free software: Apache license * Source: https://opendev.org/x/whitebox-neutron-tempest-plugin diff --git a/setup.cfg b/setup.cfg index 6197c5a..ce7aa0a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name=whitebox_neutron_tempest_plugin -summary = Tempest plugin with TripleO oriented whitebox tests for Neutron Project +summary = Tempest plugin with openstack-k8s-operators oriented whitebox tests for Neutron Project author = OpenStack author_email = openstack-discuss@lists.openstack.org python_requires = >=3.6