From 8bc1411f0f7240a913a0627980771f3c75977f7d Mon Sep 17 00:00:00 2001 From: Praveen Kumar SM Date: Fri, 28 Aug 2015 02:00:23 -0700 Subject: [PATCH] Fixed the typo in the doc string of the class SubnetPoolReader Closes-Bug: #1489788 Change-Id: I9fb4563354efaf4e34f9169098dba4e42c489b73 --- neutron/ipam/subnet_alloc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neutron/ipam/subnet_alloc.py b/neutron/ipam/subnet_alloc.py index 95d74f540..29c8a970e 100644 --- a/neutron/ipam/subnet_alloc.py +++ b/neutron/ipam/subnet_alloc.py @@ -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' -- 2.45.2