summaryrefslogtreecommitdiff
path: root/neutron_subnet
Commit message (Collapse)AuthorAgeFilesLines
* neutron_subnet add IPv6 addressing optionsDustin Lundquist2015-05-291-0/+17
| | | | | | Add ipv6_address_mode and ipv6_ra_mode to neutron_subnet so IPv6 subnets can be configured. These accept the same three options as the Neutron CLI client: dhcpv6-stateful, dhcpv6-stateless or slaac.
* Use boolean type for enable_dhcp and no_gateway parametersDavide Guerri2015-04-201-2/+2
|
* Fix json_fail invocationDavide Guerri2015-04-201-1/+1
|
* Add missing region_name in keystone authDavide Guerri2015-04-201-4/+6
|
* Allow using neutron_{network, subnet} modules without admin roleDavide Guerri2015-04-191-15/+18
| | | | | | | | | Admin power is needed in order retrieve the tenant_id of a given tenant name and to create/delete networks for a tenant that is not the one used to authenticate the user. We require an admin role only if the module is invoked with a specific tenant name.
* Allow subnet without a gatewayDavide Guerri2015-04-191-2/+12
| | | | | | | | If "subnet" is not present in the request body, Neuton will use the first address available in the specified subnet as the gateway address. Conversely, using "gateway_ip": null will create a subnet without a gateway.
* Implements host_routes option for neutron subnetChristoph Dwertmann2014-05-191-0/+9
|
* added neutron_network and neutron_subnet modules. These are copied from theMark Stillwell2013-12-021-0/+285
ansible quantum_network and quantum_subnet files, but with all instances of quantum changed to neutron. They seem to work as expected.