summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2016-02-26 10:30:34 -0500
committerMatthew Treinish <mtreinish@kortar.org>2016-02-26 10:30:34 -0500
commit781aec763e6f46f070c960e5e19a4c0d5be1ecb8 (patch)
treed39f49942b415467313e9973604ade6be2de9351
parent79078980fef6a9eecd503c9882230f67eb17c062 (diff)
downloadtempest-lib-781aec763e6f46f070c960e5e19a4c0d5be1ecb8.tar.gz
Add note to README about tempest-lib deprecation1.0.0
This commit adds a **bold** note to tempest-lib readme to explain that tempest-lib is deprecated and explain how to use the library in tempest. Change-Id: I7be8357d67e31d0dc51f453edf02b46dab4f6f63
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 1878b27..9aa8abf 100644
--- a/README.rst
+++ b/README.rst
@@ -12,6 +12,12 @@ OpenStack Functional Testing Library
tempest-lib is a library of common functionality that was originally in tempest
(or similar in scope to tempest)
+**As of the 1.0.0 release tempest-lib as a separate repository and project is
+deprecated. The library now exists as part of the tempest project, all future
+development will occur there. To use the library for future releases update
+your imports from tempest_lib to tempest.lib, and add tempest>=10 to your
+project requirements**
+
Features
--------