Previousy the NSX plugin would log as NeutronPlugin. Now it contains
the whole class path like the rest of the log statements.
Change-Id: Ib27a2016a37c808c404489d11b56cc513c003ca1
Closes-bug:
1357214
from neutron.plugins.vmware.nsxlib import secgroup as secgrouplib
from neutron.plugins.vmware.nsxlib import switch as switchlib
-LOG = logging.getLogger("NeutronPlugin")
+LOG = logging.getLogger(__name__)
NSX_NOSNAT_RULES_ORDER = 10
NSX_FLOATINGIP_NAT_RULES_ORDER = 224
from neutron.tests.unit import vmware
-LOG = logging.getLogger("test_api_request_eventlet")
+LOG = logging.getLogger(__name__)
REQUEST_TIMEOUT = 1