From 207f1b4928c22b084a2a9e713e9f1a211e281056 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 31 Jul 2014 15:31:48 +0200 Subject: [PATCH] Removed configobj from test requirements 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 | 3 +-- test-requirements.txt | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/neutron/plugins/linuxbridge/README b/neutron/plugins/linuxbridge/README index b7601205ff9..9f7f5d7c5ae 100644 --- a/neutron/plugins/linuxbridge/README +++ b/neutron/plugins/linuxbridge/README @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index 6471daf4fc7..a27248ac8ab 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,7 +12,3 @@ oslosphinx testrepository>=0.0.18 testtools>=0.9.34 WebTest>=2.0 -# Packages for the Cisco Plugin -############################### -configobj -###############################