← Back to team overview

touch-packages team mailing list archive

[Bug 1453791] Re: Lbaas Pool and Members from Different SubNets

 

** Package changed: apt (Ubuntu) => neutron-lbaas (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1453791

Title:
  Lbaas Pool and Members from Different SubNets

Status in neutron-lbaas package in Ubuntu:
  New

Bug description:
  
  There is no definite mapping between Pool Subnet ID and Its Members.

  It is possible to Assign another Subnet with different IP for Pool and
  its members.

  For E.g

  A pool is created with subnet 135.254.189.0/24, and its members from
  Instances assigned to Another Subnet (172.21.184.0/24).

  Under the following reference,

  https://etherpad.openstack.org/p/neutron-lbaas-api-proposals

  For Create-Pool,

  Request
  POST /pools.json
  {
      'pool': {
          'tenant_id': 'someid',
          'name': 'some name',
          'subnet_id': 'id-of-subnet-where-members-reside',      -------> The Subnet must be defined as per the instances Subnet
          'protocol': 'HTTP',
          'lb_method': 'ROUND_ROBIN'
          'admin_state_up': True,
      }
  }

  
  Validation needs to be done such that the instances ( Members ) are created for the Pool of the same Subnet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron-lbaas/+bug/1453791/+subscriptions


References