Update readme to clarify charm intent

Change-Id: I6dd5724c9e18bd7f603b7de094e159574772e45c
This commit is contained in:
Ryan Beisner 2019-03-01 11:54:09 +01:00
parent 5e86d70e71
commit faa0249481
No known key found for this signature in database
GPG Key ID: 952BACDC1C1A05FB
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
# Overview
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.
Tempest 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 deployment.
The Tempest Charm can be deployed into a new or existing Juju model containing an OpenStack deployment to execute sets or subsets of Tempest tests.
# Usage
NOTICE: At this time, the Tempest charm is in development and is in a proof-of-concept alpha state.