]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix typo in mysql package check
authorBrad Hall <bhall@nicira.com>
Fri, 17 Jun 2011 18:06:19 +0000 (11:06 -0700)
committerBrad Hall <bhall@nicira.com>
Fri, 17 Jun 2011 18:06:19 +0000 (11:06 -0700)
issue: https://bugs.launchpad.net/bugs/798080

quantum/plugins/openvswitch/agent/install.sh

index 1e71c09b4b7569154cc4a8926a0d82231703392d..1eebc8fa33fe5222723e491d6f1649d009c5ed3f 100755 (executable)
@@ -8,7 +8,7 @@ if [ ! -d /etc/xapi.d/plugins ]; then
 fi
 
 # Make sure we have mysql-python
-rpm -qa | grep MYyQL-python >/dev/null 2>&1
+rpm -qa | grep MySQL-python >/dev/null 2>&1
 if [ $? -ne 0 ]; then
        echo "MySQL-python not found"
     echo "Please enable the centos repositories and install mysql-python:"