Merge "Add the documentation of how to set without the gateway IP"

This commit is contained in:
Jenkins
2015-03-05 07:56:02 +00:00
committed by Gerrit Code Review

View File

@@ -111,7 +111,9 @@ class Subnet(neutron.NeutronResource):
),
GATEWAY_IP: properties.Schema(
properties.Schema.STRING,
_('The gateway IP address.'),
_('The gateway IP address. Set to any of [ null | ~ | "" ] to '
'create the subnet without a gateway. If omitted, the first IP '
'address within the subnet is assigned to the gateway.'),
update_allowed=True
),
ENABLE_DHCP: properties.Schema(