Details
-
Bug
-
Status: Resolved
-
Resolution: Cannot Reproduce
-
unspecified
-
None
-
None
-
Operating System: All
Platform: All
-
3423
-
High
Description
When testing, we provision everything in the following order:
security-groups
network
subnet
router
ports
floating-IPs
We only see this in the datastore:
http://controllerIp:port/restconf/config/neutron:neutron/
{
"neutron": {
"subnets": {
"subnet": [
{
"uuid": "1453aeec-203c-40c2-8a94-48331c6c0541",
"network-id": "a61a5705-a21d-4a04-932a-10f8f36516e2",
"enable-dhcp": false,
"allocation-pools": [
],
"tenant-id": "bd0612d2-13c0-472d-bbcb-f242dd80f464",
"gateway-ip": "192.168.111.253",
"name": "extsubnet",
"cidr": "192.168.111.0/24"
},
{
"uuid": "63bb0e01-eead-4863-a509-e1d2bb976e72",
"network-id": "3d4d7c5f-d7e8-4a05-87be-1857d3e98ed2",
"enable-dhcp": true,
"allocation-pools": [
],
"tenant-id": "bd0612d2-13c0-472d-bbcb-f242dd80f464",
"gateway-ip": "10.1.1.1",
"name": "sub1",
"cidr": "10.1.1.0/24"
}
]
},
"routers": {
"router": [
{
"uuid": "2dea9d4f-882b-4d55-8ac3-984bf7a354cd",
"external_gateway_info":
,
"gateway-port-id":
"d55b3415-99f1-4b58-8a99-c5f5c5d11d0c",
"tenant-id": "bd0612d2-13c0-472d-bbcb-f242dd80f464",
"status": "ACTIVE",
"admin-state-up": true,
"name": "router1",
"distribted": false
}
]
},
"networks": {
"network": [
,
{ "uuid": "3d4d7c5f-d7e8-4a05-87be-1857d3e98ed2", "shared": false, "status": "ACTIVE", "name": "net1", "admin-state-up": true, "tenant-id": "bd0612d2-13c0-472d-bbcb-f242dd80f464" } ]
}
}
}