Fix linux bridge plugin to be consistent with naming rules

Fixes bug 1020468

Change-Id: I4a84e6c89c450032a791b9f91bc5e4dac6c9f647
This commit is contained in:
Gary Kotton 2012-07-03 06:34:20 -04:00
parent b0f43d77b8
commit e39fbbcedb
2 changed files with 3 additions and 2 deletions

View File

@ -58,8 +58,9 @@ quantum_use_dhcp=true
Make the Linux Bridge plugin the current quantum plugin
- edit etc/plugins.ini and change the provider line to be:
provider = quantum.plugins.linuxbridge.LinuxBridgePlugin.LinuxBridgePlugin
- edit quantum.conf and change the core_plugin according to the API version
V1: "core_plugin = quantum.plugins.linuxbridge.LinuxBridgePlugin.LinuxBridgePlugin"
V2: "core_plugin = quantum.plugins.linuxbridge.lb_quantum_plugin.LinuxBridgePluginV2"
# -- Database config.