From 07d146740a6c88f563a8fadb0900fb0ff084f1d7 Mon Sep 17 00:00:00 2001 From: Ailing Zhang Date: Mon, 2 Feb 2015 23:41:52 +0800 Subject: [PATCH] Fixing several misspellings in neutron Change-Id: Ida6001821ac4212b6f33df95458e516fe3812a76 Cherry-picked from openstack/neutron --- .../plugins/cisco/l3/rpc/devices_cfgagent_rpc_cb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking_cisco/plugins/cisco/l3/rpc/devices_cfgagent_rpc_cb.py b/networking_cisco/plugins/cisco/l3/rpc/devices_cfgagent_rpc_cb.py index fd96fd3..c883d50 100644 --- a/networking_cisco/plugins/cisco/l3/rpc/devices_cfgagent_rpc_cb.py +++ b/networking_cisco/plugins/cisco/l3/rpc/devices_cfgagent_rpc_cb.py @@ -37,7 +37,7 @@ class DeviceCfgRpcCallbackMixin(object): @param: context - contains user information @param: host - originator of callback - @return: True if succesfully registered, False if not successfully + @return: True if successfully registered, False if not successfully registered, None if no handler found If unsuccessful the agent should retry registration a few seconds later