]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Docs: clarify that AnySubnetRequest is optional
authorSean M. Collins <sean@coreitpro.com>
Mon, 2 Nov 2015 19:47:13 +0000 (14:47 -0500)
committerSean M. Collins <sean@coreitpro.com>
Mon, 2 Nov 2015 19:47:41 +0000 (14:47 -0500)
The phrasing of "may not support" was a little confusing, mostly because
I read it as an imperative - "you may not do this" instead of it
being "you can do this if you want"

Change-Id: Ia4fb87a649f1d4bc312f4ad3bb5c2f48a7b6741b

neutron/ipam/requests.py

index 76a6860f1f4b976d2482688931119100cb1b2b3d..a2f1f05b5a912632bee3e5ca11ca7ab5c65a3a54 100644 (file)
@@ -121,9 +121,9 @@ class SubnetRequest(object):
 class AnySubnetRequest(SubnetRequest):
     """A template for allocating an unspecified subnet from IPAM
 
-    A driver may not implement this type of request.  For example, The initial
-    reference implementation will not support this.  The API has no way of
-    creating a subnet without a specific address until subnet-allocation is
+    Support for this type of request in a driver is optional. For example, the
+    initial reference implementation will not support this.  The API has no way
+    of creating a subnet without a specific address until subnet-allocation is
     implemented.
     """
     WILDCARDS = {constants.IPv4: '0.0.0.0',