Comment 1 for bug 1018431

Revision history for this message
Qiu Yu (unicell) wrote :

Well, it is not a bug actually, but due to the debug level setting.

The log message occurs when nova-manage trying to retrieve network information, via DB api layer, which in turn lazy-loaded SQLAlchemy database backend. And it honors the global logging level.

According to default devstack setting, FLAGS.verbose is set in nova.conf, which set the global DEBUG logging level.

Please try to comment out "verbose=True" in nova.conf, and you'll not see this log statement again.