Merge "Fixed the typo in the doc string of the class SubnetPoolReader"
This commit is contained in:
commit
8f7a43f4fe
@ -211,7 +211,8 @@ class IpamSubnet(driver.Subnet):
|
||||
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.
|
||||
reading a stored model or a create request with default table
|
||||
attributes.
|
||||
'''
|
||||
MIN_PREFIX_TYPE = 'min'
|
||||
MAX_PREFIX_TYPE = 'max'
|
||||
|
Loading…
Reference in New Issue
Block a user