Removed configobj from test requirements

This module is not longer used by any code in the tree since
f164a60f15.

Also removed a reference to the module from a README file.

Change-Id: I66c4935cb2e119bc96109416df7116d8c09e24e4
This commit is contained in:
Ihar Hrachyshka 2014-07-31 15:31:48 +02:00
parent f32c0ebe68
commit 207f1b4928
2 changed files with 1 additions and 6 deletions

View File

@ -22,9 +22,8 @@ service with the Linux Bridge plugin.
# -- Python library dependencies
Make sure you have the following package(s) installedi on neutron server
Make sure you have the following package(s) installed on neutron server
host as well as any hosts which run the agent:
python-configobj
bridge-utils
python-mysqldb
sqlite3

View File

@ -12,7 +12,3 @@ oslosphinx
testrepository>=0.0.18
testtools>=0.9.34
WebTest>=2.0
# Packages for the Cisco Plugin
###############################
configobj
###############################