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
This commit is contained in:
Matthew Treinish 2016-02-26 10:30:34 -05:00
parent 79078980fe
commit 781aec763e
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177

View File

@ -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
--------