Fix Q_PLUGIN_EXTRA_CONF_PATH for generic switch

There were a breaking change to devstack [0]
This patch fixes config file path for networking-generic-switch

Reference:
[0] https://review.openstack.org/#/c/307862/

Change-Id: If4c44f4239a2c34f0ef86ddff7cdc6ae034e1f37
This commit is contained in:
vsaienko 2016-04-22 13:35:00 +03:00
parent 8b0020bb59
commit a21983362e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
export PROJECTS="openstack/networking-generic-switch $PROJECTS"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin networking-generic-switch https://git.openstack.org/openstack/networking-generic-switch"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"Q_PLUGIN_EXTRA_CONF_PATH=etc/neutron/plugins/ml2"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron/plugins/ml2"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"Q_PLUGIN_EXTRA_CONF_FILES['networking-generic-switch']=ml2_conf_genericswitch.ini"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"OVS_PHYSICAL_BRIDGE=brbm"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"PHYSICAL_NETWORK=mynetwork"