Remove url tags from README

The tags framework has been discontinued for a long time.

https://governance.openstack.org/tc/reference/tags/

https://governance.openstack.org/tc/resolutions/20211224-tags-framework-removal.html

Change-Id: Iadc9538c4435a03da26c879b3f073129728763fd
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2026-01-08 13:30:33 +00:00
parent d769b28c11
commit f632053ba9
2 changed files with 6 additions and 16 deletions

View File

@@ -1,14 +1,9 @@
========================
Team and repository tags
========================
.. image:: https://governance.openstack.org/tc/badges/tempest.svg
.. Change things from this point on
==============================================
Tempest - The OpenStack Integration Test Suite
==============================================
.. image:: https://governance.openstack.org/tc/badges/tempest.svg
This is a set of integration tests to be run against a live OpenStack
cluster. Tempest has batteries of tests for OpenStack API validation,
scenarios, and other specific tests useful in validating an OpenStack

View File

@@ -9,16 +9,9 @@ cluster. Tempest has batteries of tests for OpenStack API validation,
scenarios, and other specific tests useful in validating an OpenStack
deployment.
Team and repository tags
------------------------
.. image:: https://governance.openstack.org/tc/badges/tempest.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
Design Principles
-----------------
Tempest Design Principles that we strive to live by.
- Tempest should be able to run against any OpenStack cloud, be it a
@@ -135,6 +128,7 @@ as it is simpler, and quicker to work with.
Library
-------
Tempest exposes a library interface. This interface is a stable interface and
should be backwards compatible (including backwards compatibility with the
old tempest-lib package, with the exception of the import). If you plan to
@@ -148,6 +142,7 @@ For more details refer to the `library documentation
Release Versioning
------------------
`Tempest Release Notes <https://docs.openstack.org/releasenotes/tempest>`_
shows what changes have been released on each version.