Bug #888730: vmwareapi suds debug logging very verbose
Set suds log level to INFO by default, using default_log_levels. Change-Id: I4a1b09470aeba006112734fae9feef3d228eaced
This commit is contained in:
parent
b9086d3ad2
commit
f492fced12
@ -104,6 +104,14 @@ Note:- Due to a faulty wsdl being shipped with ESX vSphere 4.1 we need a working
|
|||||||
* Set the flag "--vmwareapi_wsdl_loc" with url, "http://<WEB SERVER>/vimService.wsdl"
|
* Set the flag "--vmwareapi_wsdl_loc" with url, "http://<WEB SERVER>/vimService.wsdl"
|
||||||
|
|
||||||
|
|
||||||
|
Debug flag
|
||||||
|
----------
|
||||||
|
::
|
||||||
|
|
||||||
|
suds logging is very verbose and turned off by default. If you need to
|
||||||
|
debug the VMware API calls, change the default_log_levels flag appropriately.
|
||||||
|
|
||||||
|
|
||||||
VLAN Network Manager
|
VLAN Network Manager
|
||||||
--------------------
|
--------------------
|
||||||
VLAN network support is added through a custom network driver in the nova-compute node i.e "nova.network.vmwareapi_net" and it uses a Physical ethernet adapter on the VMware ESX/ESXi host for VLAN Networking (the name of the ethernet adapter is specified as vlan_interface flag in the nova-compute configuration flag) in the nova-compute node.
|
VLAN network support is added through a custom network driver in the nova-compute node i.e "nova.network.vmwareapi_net" and it uses a Physical ethernet adapter on the VMware ESX/ESXi host for VLAN Networking (the name of the ethernet adapter is specified as vlan_interface flag in the nova-compute configuration flag) in the nova-compute node.
|
||||||
|
@ -64,6 +64,7 @@ flags.DEFINE_list('default_log_levels',
|
|||||||
['amqplib=WARN',
|
['amqplib=WARN',
|
||||||
'sqlalchemy=WARN',
|
'sqlalchemy=WARN',
|
||||||
'boto=WARN',
|
'boto=WARN',
|
||||||
|
'suds=INFO',
|
||||||
'eventlet.wsgi.server=WARN'],
|
'eventlet.wsgi.server=WARN'],
|
||||||
'list of logger=LEVEL pairs')
|
'list of logger=LEVEL pairs')
|
||||||
flags.DEFINE_bool('use_syslog', False, 'output to syslog')
|
flags.DEFINE_bool('use_syslog', False, 'output to syslog')
|
||||||
|
Loading…
Reference in New Issue
Block a user