From 781aec763e6f46f070c960e5e19a4c0d5be1ecb8 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 26 Feb 2016 10:30:34 -0500 Subject: Add note to README about tempest-lib deprecation 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 --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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 -------- -- cgit v1.2.1