Nova-compute state not ':-)'

Asked by Sungjin Kang

http://stackgeek.com/guides/gettingstarted.html

I installing OpenStack.. used StackGeek script..

but.. nova-compute state not ':-)'

$ nova-manage service list
2012-07-16 19:31:14 DEBUG nova.utils [req-1f024c82-2734-4df8-9db9-a1867385cbbf None None] backend <module 'nova.db.sqlalchemy.api' from '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc'> from (pid=3156) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
Binary Host Zone Status State Updated_At
nova-volume server nova enabled :-) 2012-07-16 10:31:06
nova-scheduler server nova enabled :-) 2012-07-16 10:31:09
nova-compute server nova enabled XXX 2012-07-16 10:12:43
nova-network server nova enabled :-) 2012-07-16 10:31:08
nova-cert server nova enabled :-) 2012-07-16 10:31:07

It's..
$ nova-manage service disable service nova-compute
$ nova-manage service enable service nova-compute
used command..
nova-compuate start... and state ':-)'
after 1min.... nova-compute state 'XXX'

nova-compuet.long

http://paste.openstack.org/show/19454/

/etc/nova/nova.conf

--dhcpbridge_flagfile=/etc/nova/nova.conf
--dhcpbridge=/usr/bin/nova-dhcpbridge
--logdir=/var/log/nova
--state_path=/var/lib/nova
--lock_path=/var/lock/nova
--allow_admin_api=true
--use_deprecated_auth=false
--auth_strategy=keystone
--scheduler_driver=nova.scheduler.simple.SimpleScheduler
--s3_host=192.168.40.129
--ec2_host=192.168.40.129
--rabbit_host=192.168.40.129
--cc_host=192.168.40.129
--nova_url=http://192.168.40.129:8774/v1.1/
--routing_source_ip=192.168.40.129
--glance_api_servers=192.168.40.129:9292
--image_service=nova.image.glance.GlanceImageService
--iscsi_ip_prefix=192.168.22
--sql_connection=mysql://nova:root00@127.0.0.1/nova
--ec2_url=http://192.168.40.129:8773/services/Cloud
--keystone_ec2_url=http://192.168.40.129:5000/v2.0/ec2tokens
--api_paste_config=/etc/nova/api-paste.ini
--libvirt_type=kvm
--libvirt_use_virtio_for_bridges=true
--start_guests_on_host_boot=true
--resume_guests_state_on_host_boot=true
--vnc_enabled=true
--vncproxy_url=http://192.168.40.129:6080
--vnc_console_proxy_url=http://192.168.40.129:6080
# network specific settings
--network_manager=nova.network.manager.FlatDHCPManager
--public_interface=eth0
--flat_interface=eth1
--flat_network_bridge=br100
--fixed_range=10.0.2.32/27
--floating_range=10.0.1.224/27
--network_size=32
--flat_network_dhcp_start=10.0.2.33
--flat_injected=False
--force_dhcp_release
--iscsi_helper=tgtadm
--connection_type=libvirt
--root_helper=sudo nova-rootwrap
--verbose

plz..... :-(
nova-compute state ':-)'... help...

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Sungjin Kang
Solved:
Last query:
Last reply:
Revision history for this message
Sungjin Kang (sungjin) said :
#1

I'm used VMware..

CPU VT setting on~...

Revision history for this message
John Garbutt (johngarbutt) said :
#2

Looking at your logs, it seems like libvirt isn't working on your system.

Have you tried using virsh to debug your libvirt setup? Looks like nova can't talk to libvirt.

Not used stackgeek myself, maybe try ask those guys directly, or try devstack.org?

Revision history for this message
Sungjin Kang (sungjin) said :
#3

Thank~~~~~~~~~~~!!!!! John :-)~~~~~

Revision history for this message
John Garbutt (johngarbutt) said :
#4

No problem :-)