← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1359113] [NEW] Typos in l3_router_plugin's comments

 

Public bug reported:

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

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: low-hanging-fruit

** Tags added: low-hanging-fruit

-- 
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):
  New

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


Follow ups

References