openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #11792
[Nova] nova floating-ip-list hangs, even when nova-network is running
Hi,
I've a new 1-node 2012.1 setup in FlatDHCP mode. When I try to open the
Access & Security page in Horizon, it hangs. I've also tried the CLI way
(nova floating-ip-list), which hangs too.
I found some similar reports [0][1] which indicated that there may be
something wrong with the nova-network service. But as far as I know,
nova-network is fine:
# nova-manage service list
Binary Host Zone Status State Updated_At
nova-console host nova enabled :-) 2012-05-15 22:44:59
nova-consoleauth host nova enabled :-) 2012-05-15 22:44:56
nova-scheduler host nova enabled :-) 2012-05-15 22:44:59
nova-compute host nova enabled :-) 2012-05-15 22:44:58
nova-network host nova enabled :-) 2012-05-15 22:44:59
What should I check next? Thanks.
Ding Deng
[0] https://bugs.launchpad.net/horizon/+bug/961761
[1] https://bugzilla.redhat.com/show_bug.cgi?id=812661
* nova-api.log
2012-05-16 06:49:42 INFO nova.api.openstack.wsgi
[req-3cc1da1e-cfe0-40e4-bbf1-516a5196eca6
1ae03a42d2364fb3bc9fa2162632fdc7 3fbde8c6c6ae431c9798c49d796cc066] GET
http://localhost:8774/v1.1/3fbde8c6c6ae431c9798c49d796cc066/os-floating-ips
2012-05-16 06:49:42 DEBUG nova.api.openstack.wsgi
[req-3cc1da1e-cfe0-40e4-bbf1-516a5196eca6
1ae03a42d2364fb3bc9fa2162632fdc7 3fbde8c6c6ae431c9798c49d796cc066]
Unrecognized Content-Type provided in request from (pid=4372) get_body
/usr/lib/python2.7/dist-packages/nova/api/openstack/wsgi.py:697
2012-05-16 06:49:42 DEBUG nova.rpc.amqp
[req-3cc1da1e-cfe0-40e4-bbf1-516a5196eca6
1ae03a42d2364fb3bc9fa2162632fdc7 3fbde8c6c6ae431c9798c49d796cc066]
Making asynchronous call on network ... from (pid=4372) multicall
/usr/lib/python2.7/dist-packages/nova/rpc/amqp.py:321
2012-05-16 06:49:42 DEBUG nova.rpc.amqp
[req-3cc1da1e-cfe0-40e4-bbf1-516a5196eca6
1ae03a42d2364fb3bc9fa2162632fdc7 3fbde8c6c6ae431c9798c49d796cc066]
MSG_ID is e1d0950c2e014a2a9948f20152a92089 from (pid=4372) multicall
/usr/lib/python2.7/dist-packages/nova/rpc/amqp.py:324
2012-05-16 06:49:42 DEBUG nova.rpc.amqp
[req-3cc1da1e-cfe0-40e4-bbf1-516a5196eca6
1ae03a42d2364fb3bc9fa2162632fdc7 3fbde8c6c6ae431c9798c49d796cc066] Pool
creating new connection from (pid=4372) create
/usr/lib/python2.7/dist-packages/nova/rpc/amqp.py:59
2012-05-16 06:49:42 INFO nova.rpc.common
[req-3cc1da1e-cfe0-40e4-bbf1-516a5196eca6
1ae03a42d2364fb3bc9fa2162632fdc7 3fbde8c6c6ae431c9798c49d796cc066]
Connected to AMQP server on localhost:5672
* nova-network.log
Nothing except some periodic tasks.
Follow ups