Cleanup tempest-library spec

As tempest-library spec has been moved in implemented directory,
This patch cleanup the items of that spec which has been completed
or in progress in separate specs.

Author:    Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>

Change-Id: I56138d9c2a39c90ed47cb943bcb85b34d0582b38
This commit is contained in:
Ken'ichi Ohmichi 2015-01-27 10:44:02 +00:00 committed by ghanshyam
parent 686a9096e3
commit 041238bc84
1 changed files with 13 additions and 1 deletions

View File

@ -133,7 +133,14 @@ Work Items
* Copy the base REST Client code to tempest-lib repository
* Switch Tempest to use the base REST Client code of tempest-lib
* Copy and convert the Tempest service clients
* Cleanup in Tempest service clients
* Use ResponseBody/List on all service clients for consistent interface
* Remove CONF values from service clients
Current service clients contain CONF values from tempest.conf but they
should be independent from tempest.conf as library functions.
* Add documentation and examples for using the libraries interfaces
Dependencies
@ -143,3 +150,8 @@ This shouldn't be dependent on any other effors, however it may cause conflicts
with other BPs in progress, so care should be made when porting things to ensure
all the in progress efforts don't end up being lost in the aftermath of a
library conversion.
References
==========
.. [1] http://lists.openstack.org/pipermail/openstack-dev/2014-March/028920.html