: [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 immediately
reveal the root cause.
On the other
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 indica
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']))
*_Output
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 stat