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

Adding multiple members with same ID within a single LBaaS pool request is allowed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • None
    • Multiple
    • northbound-api
    • None
    • Operating System: All
      Platform: All

    • 2088

      Neutron northbound and LBaasPoolHandler allows the following pool creation. But, it should not be allowed because of member-id overlap. This causes problems when it comes to loading the LBConfig and sending to rule programming.

      {
      "pool": {
      ...
      "members": [

      { "id": "a183a8b3-bddb-dc04-ae73-3beb11af4d04", ... }

      ,

      { "id": "a183a8b3-bddb-dc04-ae73-3beb11af4d04", ... }

      ],
      }
      }

            jaiswal.rajesh@tcs.com Rajesh Jaiswal
            srini.seetharaman@gmail.com Srini Seetharaman
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: