← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1489788] [NEW] typo in doc string of subnet_alloc.py

 

Public bug reported:

The docstring of the class SubnetPoolReader has a typo as "defaultable"
which needs to be changed to "defaulttable"

This SubnetPoolReader class is in the file subnet_alloc.py which is
under neutron/ipam directory.

Current docstring is pasted below for reference.

class SubnetPoolReader(object):
    '''Class to assist with reading a subnetpool, loading defaults, and
       inferring IP version from prefix list. Provides a common way of
       reading a stored model or a create request with defaultable attributes.
    '''

** Affects: neutron
     Importance: Undecided
     Assignee: Praveen Kumar SM (praveen-sm-kumar)
         Status: In Progress

** Changed in: neutron
     Assignee: (unassigned) => Praveen Kumar SM (praveen-sm-kumar)

** Changed in: neutron
       Status: New => In Progress

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

Title:
  typo in doc string of subnet_alloc.py

Status in neutron:
  In Progress

Bug description:
  The docstring of the class SubnetPoolReader has a typo as
  "defaultable" which needs to be changed to "defaulttable"

  This SubnetPoolReader class is in the file subnet_alloc.py which is
  under neutron/ipam directory.

  Current docstring is pasted below for reference.

  class SubnetPoolReader(object):
      '''Class to assist with reading a subnetpool, loading defaults, and
         inferring IP version from prefix list. Provides a common way of
         reading a stored model or a create request with defaultable attributes.
      '''

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


Follow ups