Enhance Neutron OVS native jobs
In order to consider switching to native interfaces to OVS (i.e. using Ryu/OVS Python IDL libraries rather than shelling out with rootwrap), we need to start watching these jobs to see how they perform. Before doing that, we need both native interfaces to be enabled. Change-Id: I252902d0a0debe6fae4d023cd118ef20f15b47d9
This commit is contained in:
parent
0ef49b2062
commit
ebcf86e069
@ -116,6 +116,7 @@
|
||||
echo "[[post-config|/\$Q_PLUGIN_CONF_FILE]]" >> $localconf
|
||||
echo "[ovs]" >> $localconf
|
||||
echo "of_interface=native" >> $localconf
|
||||
echo "ovsdb_interface=native" >> $localconf
|
||||
}}
|
||||
export -f pre_test_hook
|
||||
|
||||
@ -369,6 +370,7 @@
|
||||
echo "[[post-config|/\$Q_PLUGIN_CONF_FILE]]" >> $localconf
|
||||
echo "[ovs]" >> $localconf
|
||||
echo "of_interface=native" >> $localconf
|
||||
echo "ovsdb_interface=native" >> $localconf
|
||||
}}
|
||||
export -f pre_test_hook
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user