Merge "Fix quantum typo"
This commit is contained in:
commit
1bc811b055
@ -50,7 +50,7 @@ function quantum_setup_external_bridge() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function is_quantum_ovs_base_plugin() {
|
function is_quantum_ovs_base_plugin() {
|
||||||
local plguin=$1
|
local plugin=$1
|
||||||
if [[ ",openvswitch,ryu," =~ ,${plugin}, ]]; then
|
if [[ ",openvswitch,ryu," =~ ,${plugin}, ]]; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user