Browse code

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

Terry Wilson authored on 2012/10/26 11:20:54
Showing 1 changed files
... ...
@@ -50,7 +50,7 @@ function quantum_setup_external_bridge() {
50 50
 }
51 51
 
52 52
 function is_quantum_ovs_base_plugin() {
53
-    local plguin=$1
53
+    local plugin=$1
54 54
     if [[ ",openvswitch,ryu," =~ ,${plugin}, ]]; then
55 55
         return 0
56 56
     fi