← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1359113] Re: Typos in l3_router_plugin's comments

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => juno-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1359113

Title:
  Typos in l3_router_plugin's comments

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  In the services.l3_router.L3RouterPlugin.create_floatingip(), we have
  some comments (docstring) to help us to know this function, but there
  are some nits inside them:

    :param floatingip: data fo 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
    IP object will be DOWN.

  data fo the floating IP --> data of the floating IP
  aysnchrounously creates --> asynchronously creates
  status fro the floating IP --> status for the floating IP

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1359113/+subscriptions


References