fix a code annotation

Change-Id: I0d2e5bee12133ba92c71e150ef2878741bc242cc
This commit is contained in:
sunqingliang6 2018-05-15 15:31:27 +08:00
parent b762ecf9e5
commit b4c8634478
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class TaasOvsAgentRpcCallback(api.TaasAgentRpcCallbackMixin):
return
def create_tap_service(self, context, tap_service, host):
"""Handle Rpc from plugin to create a firewall."""
"""Handle Rpc from plugin to create a tap_service."""
if host != self.conf.host:
return
LOG.debug("In RPC Call for Create Tap Service: MSG=%s" % tap_service)