← Back to team overview

coscl team mailing list archive

openstack vm not run on compute node

 

hi all:
openstack : one controller node . one compute node
I create 6 vm on openstack dashboard , and 3 vm run successfully on controller node , but on computer node ,I just see vm is building and scheduling and PowerState is no state,what happen about this
my controller /etc/nova/nova.conf :
[DEFAULT]
verbose=True
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
auth_strategy=keystone
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_xml_template = /usr/share/nova/libvirt.xml.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
vpn_client_template = /usr/share/nova/client.ovpn.template
credentials_template = /usr/share/nova/novarc.template
network_manager = nova.network.manager.FlatDHCPManager
my_ip = 10.1.82.32
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/nova
# computer_driver = libvirt.LibvirtDriver
libvirt_type = kvm
connection_type = libvirt
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.rpc.impl_qpid
root_helper = sudo nova-rootwrap
remove_unused_base_images = True
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.32
vncserver_listen = 10.1.82.32
fixed range = 192.168.100.0/24

image_service=nova.image.glance.GlanceImageService
glance_api_servers = 10.1.82.32:9292

scheduler_driver = nova.scheduler.simple.SimpleScheduler

red is different from nodes computer , computer node  just install compute and network,In compute log I can not see any error,just see instance found in database but not known by hypervisor。and if I delete vms and not successful




jt628910