diff --git a/setup/bindir/cloud-setup-databases.in b/setup/bindir/cloud-setup-databases.in index 067ff7b2156..e12a4c99d48 100755 --- a/setup/bindir/cloud-setup-databases.in +++ b/setup/bindir/cloud-setup-databases.in @@ -11,6 +11,10 @@ from optparse import OptionParser import commands import MySQLdb +# squelch mysqldb spurious warnings +import warnings +warnings.simplefilter('ignore') + # ---- This snippet of code adds the sources path and the waf configured PYTHONDIR to the Python path ---- # ---- We do this so cloud_utils can be looked up in the following order: # ---- 1) Sources directory