Docs: clarify that AnySubnetRequest is optional

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
This commit is contained in:
Sean M. Collins 2015-11-02 14:47:13 -05:00
parent 4915443a00
commit 8b26e0beb9
1 changed files with 3 additions and 3 deletions

View 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',