Re: [openstack-dev] [Neutron] - Vendor specific erros

2013-11-20 Thread Avishay Balderman
T want to touch the state machine. See: https://bugs.launchpad.net/neutron/+bug/1248423 Thanks Avishay From: Salvatore Orlando [mailto:sorla...@nicira.com<mailto:sorla...@nicira.com>] Sent: Thursday, November 14, 2013 1:15 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [

Re: [openstack-dev] [Neutron] - Vendor specific erros

2013-11-19 Thread Salvatore Orlando
: https://bugs.launchpad.net/neutron/+bug/1248423 > > > > Thanks > > > > Avishay > > > > *From:* Salvatore Orlando [mailto:sorla...@nicira.com] > *Sent:* Thursday, November 14, 2013 1:15 PM > *To:* OpenStack Development Mailing List (not for usage questions) > *Subj

Re: [openstack-dev] [Neutron] - Vendor specific erros

2013-11-19 Thread Avishay Balderman
/1248423 Thanks Avishay From: Salvatore Orlando [mailto:sorla...@nicira.com] Sent: Thursday, November 14, 2013 1:15 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Neutron] - Vendor specific erros In general, an error state make sense. I think you might

Re: [openstack-dev] [Neutron] - Vendor specific erros

2013-11-14 Thread Salvatore Orlando
In general, an error state make sense. I think you might want to send more details about how this state plugs into the load balancer state machine, but I reckon it is a generally non-recoverable state which could be reached by any other state; in that case it would be a generic enough case which mi

[openstack-dev] [Neutron] - Vendor specific erros

2013-11-12 Thread Avishay Balderman
Hi Some of the DB entities in the LBaaS domain inherit from HasStatusDescription With this we can set the entity status (ACTIVE, PENDING_CREATE,etc) and a description for the status. There are flows in the Radware LBaa

[openstack-dev] [Neutron] - Vendor specific erros

2013-11-11 Thread Avishay Balderman
Hi Some of the DB entities in the LBaaS domain inherit from HasStatusDescription With this we can set the entity status (ACTIVE, PENDING_CREATE,etc) and a description for the status. There are flows in the Radware LBaaS