Browse code

Enable debug logging in q-agt output

when only q-agt is used, without q-svc, typically in a multi-host config, q-agt wasn't logging debug output.
This change enable debug output, as it's done for q-l3, q-dhcp or q-meta agent.

Change-Id: I1f49cf9994fa9cfbaa166dac8d4e713ba99c5674
Fixes: bug #1166775

mathieu-rohon authored on 2013/04/09 22:09:07
Showing 1 changed files
... ...
@@ -538,6 +538,8 @@ function _configure_quantum_plugin_agent() {
538 538
     # Specify the default root helper prior to agent configuration to
539 539
     # ensure that an agent's configuration can override the default
540 540
     iniset /$Q_PLUGIN_CONF_FILE AGENT root_helper "$Q_RR_COMMAND"
541
+    iniset $QUANTUM_CONF DEFAULT verbose True
542
+    iniset $QUANTUM_CONF DEFAULT debug True
541 543
 
542 544
     # Configure agent for plugin
543 545
     quantum_plugin_configure_plugin_agent