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