Fix typo in service_drivers.ipsec
Closes-Bug: #1280597 Change-Id: If2238d66af4db1b0134bbd6407b2229b4af363ee
This commit is contained in:
parent
6f8a914ccf
commit
89ac2ce35e
@ -47,7 +47,7 @@ class IPsecVpnDriverCallBack(object):
|
|||||||
return n_rpc.PluginRpcDispatcher([self])
|
return n_rpc.PluginRpcDispatcher([self])
|
||||||
|
|
||||||
def get_vpn_services_on_host(self, context, host=None):
|
def get_vpn_services_on_host(self, context, host=None):
|
||||||
"""Retuns the vpnservices on the host."""
|
"""Returns the vpnservices on the host."""
|
||||||
plugin = self.driver.service_plugin
|
plugin = self.driver.service_plugin
|
||||||
vpnservices = plugin._get_agent_hosting_vpn_services(
|
vpnservices = plugin._get_agent_hosting_vpn_services(
|
||||||
context, host)
|
context, host)
|
||||||
|
Loading…
Reference in New Issue
Block a user