← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1484076] [NEW] Confusing comment possible typo in network_create function

 

Public bug reported:

In the def network_create(request, **kwargs): present in
"horizon/openstack_dashboard/api/neutron.py  "

 """Create a subnet on a specified network.
    :param request: request context
    :param tenant_id: (optional) tenant id of the network created
    :param name: (optional) name of the network created
    :returns: Subnet object
    """

This actually returns a network object the comment body needs to be
changed

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1484076

Title:
  Confusing comment possible typo in network_create function

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In the def network_create(request, **kwargs): present in
  "horizon/openstack_dashboard/api/neutron.py  "

   """Create a subnet on a specified network.
      :param request: request context
      :param tenant_id: (optional) tenant id of the network created
      :param name: (optional) name of the network created
      :returns: Subnet object
      """

  This actually returns a network object the comment body needs to be
  changed

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


Follow ups