[openstack-dev] [Neutron][LBaaS] Clarification required
Brandon Logan
brandon.logan at RACKSPACE.COM
Mon May 4 16:52:08 UTC 2015
Hi Madhu,?
You won't see any pool details from a GET of a loadbalancer. For every entity, you'll only be shown minor information from their parent (if one exists) and their children (if any exist). We may one day have a call to just show everything under a loadbalancer, but thats not there yet.
Thanks,
Brandon
________________________________
From: Madhusudhan Kandadai <madhusudhan.openstack at gmail.com>
Sent: Friday, May 1, 2015 9:43 PM
To: OpenStack Development Mailing List (not for usage questions)
Subject: [openstack-dev] [Neutron][LBaaS] Clarification required
Hello,
I am playing around with Neutron LBaaS API calls as per Neutron/LBaaS/API 2.0 docs. I have noticed below behavior against working devstack. I would like to clarify on it:
1. I create a loadbalancer using RESTAPI with the attributes - 'vip_subnet_id' and 'admin_state_up' as 'False'. It is getting created successfully
when I do a GET on loadbalancer, I could see the relevant their information.
2. I create a listener with the loadbalancer_id from step 1 and 'admin_state_up' as 'False' and able to create listener.
when I do a GET on loadbalancer again, I could see listener details associated with the loadbalancer as expected
Now the question comes in:-
3. I create a pool with listener _id and 'admin_state_up' as 'False' and able to create pool accordingly
But, when I do a GET on loadbalancer, I could not see pool details under listener associated with the loadbalancer.
Just curious, why I could not see like this when I do a GET on loadbalancer:
{
loadbalancer {
listener {
pools
}
}
}
4. I could see all the details including pool correctly when I do GET on loadbalancers/<lb_id>/statuses
Thanks,
Madhusudhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150504/3cd4da72/attachment.html>
More information about the OpenStack-dev
mailing list