@@ -37,7 +37,7 @@ os_networks_interface:
3737# - 'name: Name of the neutron subnet.
3838# - 'cidr': CIDR representation of the neutron subnet's IP network.
3939# - 'dns_nameservers': A list of DNS nameservers for the subnet.
40- # - 'extra_specs': Optional Dictionary with extra key/value pairs
40+ # - 'extra_specs': Optional Dictionary with extra key/value pairs
4141# passed to the API.
4242# - 'gateway_ip': IP address of the neutron subnet's gateway.
4343# - 'no_gateway_ip': Optional boolean, whether to omit a gateway IP. If
@@ -46,7 +46,7 @@ os_networks_interface:
4646# - 'allocation_pool_start': Start of the neutron subnet's IP allocation
4747# pool.
4848# - 'allocation_pool_end': End of the neutron subnet's IP allocation pool.
49- # - 'host_routes': list of dicts of destination and nexthop for classless
49+ # - 'host_routes': list of dicts of destination and nexthop for classless
5050# static routes to supply to hosts connected to this subnet.
5151# - 'ip_version': Optional IP version for the subnet.
5252# - 'ipv6_address_mode': Optional IPv6 address mode for the subnet.
@@ -64,7 +64,7 @@ os_networks: [] # noqa var-naming[no-role-prefix]
6464# internal interface.
6565# - 'network': Unique name or ID of the external gateway network.
6666# - `external_fixed_ips`: Optional list of IP address parameters for the
67- # external gateway network. Each is a dictionary with the subnet name or
67+ # external gateway network. Each is a dictionary with the subnet name or
6868# subnet ID and the IP address to assign on the subnet.
6969# - 'project': Optional project in which to register the router.
7070# - 'state': Optional state of the router, default is 'present'.
0 commit comments