Merge "Fixed the typo in the doc string of the class SubnetPoolReader"

This commit is contained in:
Jenkins 2015-09-01 07:08:07 +00:00 committed by Gerrit Code Review
commit 8f7a43f4fe

View File

@ -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'