Correct the ENI provider name log statement
Change-Id: I88118836605fade6bc7978b2d65ed51cef0cdc80
This commit is contained in:
@@ -43,7 +43,7 @@ class ENINetConfig(os_net_config.NetConfig):
|
||||
self.interfaces = {}
|
||||
self.routes = {}
|
||||
self.bridges = {}
|
||||
logger.info('Ifcfg net config provider created.')
|
||||
logger.info('ENI net config provider created.')
|
||||
|
||||
def _add_common(self, interface, static_addr=None):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user