This patch brings the Networking API Reference to a repository under the neutron stadium. It is a part of the effort described here [1]: As we discussed in the stadium evolution [2], we plan to have the API stuff in neutron-lib, so the API reference is hosted on neutron-lib as well. The goal of this patch is to import converted RST API references. Cleanup is planned once this patch is merged. [1] https://wiki.openstack.org/wiki/Documentation/Migrate#API_Reference_Plan [2] https://review.openstack.org/312199 Change-Id: I6f2c4d476c31b252bfb181138505673f397639fc
15 lines
332 B
JSON
15 lines
332 B
JSON
{
|
|
"subnets": [
|
|
{
|
|
"cidr": "192.168.199.0/24",
|
|
"ip_version": 4,
|
|
"network_id": "e6031bc2-901a-4c66-82da-f4c32ed89406"
|
|
},
|
|
{
|
|
"cidr": "10.56.4.0/22",
|
|
"ip_version": 4,
|
|
"network_id": "64239a54-dcc4-4b39-920b-b37c2144effa"
|
|
}
|
|
]
|
|
}
|