Re: [openstack-dev] Neutron Lbaas v2 not showing operating_status as inactive

2015-04-28 Thread Brandon Logan
From: Madhusudhan Kandadai madhusudhan.openst...@gmail.com Sent: Tuesday, April 28, 2015 3:23 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] Neutron Lbaas v2 not showing operating_status as inactive Hi Anand, There is an api which calls

Re: [openstack-dev] Neutron Lbaas v2 not showing operating_status as inactive

2015-04-28 Thread Madhusudhan Kandadai
the problem correctly. Thanks, Brandon -- *From:* Madhusudhan Kandadai madhusudhan.openst...@gmail.com *Sent:* Tuesday, April 28, 2015 3:23 PM *To:* OpenStack Development Mailing List (not for usage questions) *Subject:* Re: [openstack-dev] Neutron Lbaas v2 not showing

Re: [openstack-dev] Neutron Lbaas v2 not showing operating_status as inactive

2015-04-28 Thread Madhusudhan Kandadai
Hi Anand, There is an api which calls 'statuses' method.. I could see the status 'DISABLED' in: GET /lbaas/loadbalancers/loadbalancer_id/statuses. Maybe we need to correct the doc to reflect the right URL to avoid confusion. If that is the right API call, I shall update the bug and mark it as

[openstack-dev] Neutron Lbaas v2 not showing operating_status as inactive

2015-04-28 Thread Anand shanmugam
Hi , I am working on the bug https://bugs.launchpad.net/neutron/+bug/1449286 In this bug the admin_state_up is made to false when creating a lbaas v2 loadbalancer.The operating_state should become DISABLED for the created loadbalancer but it is showing as online. I can see that there is a method