Uploaded image for project: 'neutron'
  1. neutron
  2. NEUTRON-44

Data missing from Neutron NB datastore

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Cannot Reproduce
    • unspecified
    • None
    • transcriber
    • 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": [

      { "start": "192.168.99.50", "end": "192.168.99.90" }

      ],
      "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": [

      { "start": "10.1.1.2", "end": "10.1.1.254" }

      ],
      "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":

      { "enable-snat": true, "external-network-id": "a61a5705-a21d-4a04-932a-10f8f36516e2" }

      ,
      "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": "a61a5705-a21d-4a04-932a-10f8f36516e2", "shared": false, "status": "ACTIVE", "name": "drexternal", "admin-state-up": true, "tenant-id": "bd0612d2-13c0-472d-bbcb-f242dd80f464" }

      ,

      { "uuid": "3d4d7c5f-d7e8-4a05-87be-1857d3e98ed2", "shared": false, "status": "ACTIVE", "name": "net1", "admin-state-up": true, "tenant-id": "bd0612d2-13c0-472d-bbcb-f242dd80f464" }

      ]
      }
      }
      }

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            yamahata Isaku Yamahata
            alagalah Keith Burns
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: