Re: [openstack-dev] floating IP is DOWN

2016-09-25 Thread Barber, Ofer
ack-dev@lists.openstack.org> Subject: Re: [openstack-dev] floating IP is DOWN Probably that LOG statement is a line added for debugging purposes. There are several probable causes for a floating ip being down. If you see any traceback in the neutron server or l3-agent that will probably immed

Re: [openstack-dev] floating IP is DOWN

2016-09-22 Thread Salvatore Orlando
Probably that LOG statement is a line added for debugging purposes. There are several probable causes for a floating ip being down. If you see any traceback in the neutron server or l3-agent that will probably immediately reveal the root cause. On the other hand, lack of any traceback might

Re: [openstack-dev] floating IP is DOWN

2016-09-22 Thread Brian Haley
On 09/22/2016 10:19 AM, Barber, Ofer wrote: when i assign a floating IP to a server, i see that the status of the floating IP is "down" why is that so ? *_code:_* LOG.info("\n<== float IP address: %s and status: %s ==>" % (float_ip['floating_ip_address'],float_ip['status']))

[openstack-dev] floating IP is DOWN

2016-09-22 Thread Barber, Ofer
when i assign a floating IP to a server, i see that the status of the floating IP is "down" why is that so ? code: LOG.info("\n<== float IP address: %s and status: %s ==>" % (float_ip['floating_ip_address'],float_ip['status'])) Output: <== float IP address: 10.63.101.225 and