Merge "corrects the typos in l3_router_plugin's comments"

This commit is contained in:
Jenkins 2014-08-21 06:58:44 +00:00 committed by Gerrit Code Review
commit 3d3fbc3837
1 changed files with 3 additions and 3 deletions

View File

@ -88,11 +88,11 @@ class L3RouterPlugin(common_db_mixin.CommonDbMixin,
"""Create floating IP.
:param context: Neutron request context
:param floatingip: data fo the floating IP being created
:param floatingip: data for the floating IP being created
:returns: A floating IP object on success
AS the l3 router plugin aysnchrounously creates floating IPs
leveraging tehe l3 agent, the initial status fro the floating
As the l3 router plugin asynchronously creates floating IPs
leveraging the l3 agent, the initial status for the floating
IP object will be DOWN.
"""
return super(L3RouterPlugin, self).create_floatingip(