Error: Error fetching floating ips

Asked by Hristo Torbov

I installed OpenStack Essex on Ubuntu 12.04.

When I installed it, everything goes okay, but after I reboot the machine I got this error:
Error: Error fetching floating ips: The server has either erred or is incapable of performing the requested operation. (HTTP 500)

/var/log/nova-api.log when I access http://localhost/nova/access_and_security/ (after install):
http://pastebin.com/u5F5pqJK

/var/log/nova-api.log when I access http://localhost/nova/access_and_security/ (after reboot):
http://pastebin.com/dY9TXXpv

/etc/nova/nova.conf:
http://pastebin.com/qUH132e1

ifconfig:
http://pastebin.com/HiKhdLXC

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Hristo Torbov
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
Tiantian Gao (gtt116) said :
#1

It seems like nova-network not response to your request.
Can you put the output of below command, maybe some nova service is not
running:
nova-manage service list

2013/10/21 Hristo Torbov <email address hidden>

> New question #237705 on OpenStack Compute (nova):
> https://answers.launchpad.net/nova/+question/237705
>
> I installed OpenStack Essex on Ubuntu 12.04.
>
> When I installed it, everything goes okay, but after I reboot the machine
> I got this error:
> Error: Error fetching floating ips: The server has either erred or is
> incapable of performing the requested operation. (HTTP 500)
>
> /var/log/nova-api.log when I access
> http://localhost/nova/access_and_security/ (after install):
> http://pastebin.com/u5F5pqJK
>
>
> /var/log/nova-api.log when I access
> http://localhost/nova/access_and_security/ (after reboot):
> http://pastebin.com/dY9TXXpv
>
> /etc/nova/nova.conf:
> http://pastebin.com/qUH132e1
>
> ifconfig:
> http://pastebin.com/HiKhdLXC
>
> --
> You received this question notification because you are an answer
> contact for OpenStack Compute (nova).
>

--
Best regards,
gtt

Revision history for this message
Hristo Torbov (htorbov) said :
#2

Yes, of course:
http://pastebin.com/8YehScQP

This is my /etc/network/interfaces settings:
http://pastebin.com/y617ZPmE

Note that my private network NIC is wlan card.

I'm starting to think that it's because NIC settings, since when I change:
# Private
auto wlan0
iface wlan0 inet dhcp

To:
# Private
auto wlan0

I no longer receive the error, but when I launch a new instance, it gets Network error while it's building.

Revision history for this message
Hristo Torbov (htorbov) said :
#3

Sorry!

This is before removal of "iface wlan0 inet dhcp":
http://pastebin.com/Rqrsn6QJ

There is some SQL connection error?

Revision history for this message
Hristo Torbov (htorbov) said :
#4

Sorry!

This is before removal of "iface wlan0 inet dhcp":
http://pastebin.com/Rqrsn6QJ

There is some SQL connection error?

Revision history for this message
Hristo Torbov (htorbov) said :
#5

Sorry!

This is before removal of "iface wlan0 inet dhcp":
http://pastebin.com/Rqrsn6QJ

There is some SQL connection error?

Revision history for this message
Hristo Torbov (htorbov) said :
#6

N/A