From adeefbf3e704522b1d2959b28112aab9f049ffbf Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Thu, 25 Oct 2012 22:20:54 -0400 Subject: [PATCH] Correct misspelled OVS plugin variable Fixes bug 1071567, the broken setup of external gateway IP/routes when using quantum with the openvswitch plugin due to a misspelled variable name. Change-Id: I950701a55f770cf075bca500e5a935628f6bf14a --- lib/quantum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/quantum b/lib/quantum index 0b26622464..f9e1782572 100644 --- a/lib/quantum +++ b/lib/quantum @@ -50,7 +50,7 @@ function quantum_setup_external_bridge() { } function is_quantum_ovs_base_plugin() { - local plguin=$1 + local plugin=$1 if [[ ",openvswitch,ryu," =~ ,${plugin}, ]]; then return 0 fi