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