THIS CHARM IS DEPRECATED

See https://review.opendev.org/c/openstack/charm-guide/+/797034

Its functional tests are written with the deprecated
Amulet framework (replaced by Zaza). Our CI system
zOSCI can't run Amulet tests.

Change-Id: Ie65f9714ca80ae8e4a13e9785c5e6afc997934d3
Related-Bug: #1828424
This commit is contained in:
Aurelien Lourot
2021-06-18 11:36:34 +02:00
parent 6e19511813
commit 06905fee08
2 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
# Overview # Overview
> **WARNING**: DO NOT USE OR CONTRIBUTE.
> [THIS CHARM IS DEPRECATED](https://docs.openstack.org/charm-guide/latest/openstack-charms.html).
This is a "source" charm, which is intended to be strictly the top This is a "source" charm, which is intended to be strictly the top
layer of a built charm. This structure declares that any included layer of a built charm. This structure declares that any included
layer assets are not intended to be consumed as a layer from a layer assets are not intended to be consumed as a layer from a

View File

@@ -1,5 +1,8 @@
# Overview # Overview
> **WARNING**: DO NOT USE OR CONTRIBUTE.
> [THIS CHARM IS DEPRECATED](https://docs.openstack.org/charm-guide/latest/openstack-charms.html).
This charm exists to provide an example integration of Tempest, for the purpose This charm exists to provide an example integration of Tempest, for the purpose
of test and reference. It is not intended for production use in any case. of test and reference. It is not intended for production use in any case.