NSX|V#: add in missing log hint
Hacking missed this and it is addressed in the patch https://review.openstack.org/252434 Change-Id: Iee761a23843a261ba676b8cee5bf234ce23c543a
This commit is contained in:
parent
72d72623a9
commit
113b3717bc
@ -108,7 +108,7 @@ class NsxV3Plugin(addr_pair_db.AllowedAddressPairsMixin,
|
||||
|
||||
def __init__(self):
|
||||
super(NsxV3Plugin, self).__init__()
|
||||
LOG.info(_("Starting NsxV3Plugin"))
|
||||
LOG.info(_LI("Starting NsxV3Plugin"))
|
||||
|
||||
self.base_binding_dict = {
|
||||
pbin.VIF_TYPE: pbin.VIF_TYPE_OVS,
|
||||
|
Loading…
x
Reference in New Issue
Block a user