]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Removed configobj from test requirements
authorIhar Hrachyshka <ihrachys@redhat.com>
Thu, 31 Jul 2014 13:31:48 +0000 (15:31 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Thu, 31 Jul 2014 13:34:08 +0000 (15:34 +0200)
This module is not longer used by any code in the tree since
f164a60f15ea042b04b250ffc2001beda4f3e4bc.

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

Change-Id: I66c4935cb2e119bc96109416df7116d8c09e24e4

neutron/plugins/linuxbridge/README
test-requirements.txt

index b7601205ff907548b26edf5c6d5e7d39fe9134ce..9f7f5d7c5ae73a7a0d8f8c7cb47992ee80a00d19 100644 (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
index 6471daf4fc7efb554d6e428f19434880e41c1638..a27248ac8ab3c7f5ab7d50115619c069e2757279 100644 (file)
@@ -12,7 +12,3 @@ oslosphinx
 testrepository>=0.0.18
 testtools>=0.9.34
 WebTest>=2.0
-# Packages for the Cisco Plugin
-###############################
-configobj
-###############################