Some nova services didn't started
Hi, I'v used Devstack all-in one installation script to install openstack dashboard localy on ubuntu 11.10 desktop. but i was unable to run instances so I took a look at nova runing services and found that only two are runnig :(
nova-manage service list Status State Updated_At nova-scheduler kain-PC nova enabled :-) 2011-12-08 14:44:18 nova-compute kain-PC nova enabled :-) 2011-12-08 14:44:11
my nova.conf file: --verbose --allow_admin_api --scheduler_driver=nova.scheduler.simple.SimpleScheduler --dhcpbridge_flagfile=/opt/stack/nova/bin/nova.conf --fixed_range=10.0.0.0/24 --network_manager=nova.network.manager.FlatDHCPManager --my_ip=192.168.1.200 --public_interface=eth0 --vlan_interface=eth0 --sql_connection=mysql://root:pass@localhost/nova --libvirt_type=qemu --osapi_extension=nova.api.openstack.v2.contrib.standard_extensions --osapi_extension=extensions.admin.Admin --vncproxy_url=http://192.168.1.200:6080 --vncproxy_wwwroot=/opt/stack/noVNC --vncproxy_url=in/ --api_paste_config=/opt/stack/nova/bin/nova-api-paste.ini --image_service=nova.image.glance.GlanceImageService --ec2_dmz_host=192.168.1.200 --rabbit_host=localhost --rabbit_password=pass --glance_api_servers=192.168.1.200:9292 --force_dhcp_release --flat_network_bridge=br100 --flat_interface=eth0
is there anything wrong with this conf? or the problem could be elsewhere?