
Add a new attribute ``dns_publish_fixed_ip`` into ``subnet`` resource. This attribute will be used to indicate whether to publish DNS records for fixed IPs from this subnet. Neutron patch: https://review.opendev.org/662409 Thanks go to [0] which I took as a reference to create this patch. [0] I1371fc0b47c0015423e4346ffd43d39c8264b1a3 Change-Id: I08ef19fcc06559c92ae3f8e6e66c5fd896815232 Partial-Bug: 1784879
33 lines
987 B
JSON
33 lines
987 B
JSON
{
|
|
"subnet": {
|
|
"name": "",
|
|
"enable_dhcp": true,
|
|
"network_id": "d32019d3-bc6e-4319-9c1d-6722fc136a22",
|
|
"segment_id": null,
|
|
"project_id": "4fd44f30292945e481c7b8a0c8908869",
|
|
"tenant_id": "4fd44f30292945e481c7b8a0c8908869",
|
|
"dns_nameservers": [],
|
|
"dns_publish_fixed_ip": false,
|
|
"allocation_pools": [
|
|
{
|
|
"start": "192.168.199.2",
|
|
"end": "192.168.199.254"
|
|
}
|
|
],
|
|
"host_routes": [],
|
|
"ip_version": 4,
|
|
"gateway_ip": "192.168.199.1",
|
|
"cidr": "192.168.199.0/24",
|
|
"id": "3b80198d-4f7b-4f77-9ef5-774d54e17126",
|
|
"created_at": "2016-10-10T14:35:47Z",
|
|
"description": "",
|
|
"ipv6_address_mode": null,
|
|
"ipv6_ra_mode": null,
|
|
"revision_number": 1,
|
|
"service_types": [],
|
|
"subnetpool_id": null,
|
|
"tags": ["tag1,tag2"],
|
|
"updated_at": "2016-10-10T14:35:47Z"
|
|
}
|
|
}
|