Hi<br>I am installing openstack folsom on rhel6.4 with multi_host nova network. I have  a working setup with ubuntu 12.04 and Essex and  I am using almost same network setup  with rhel with folsom. I don't understand that what is going wrong with rhel.<br>
<br>I have two machines with everything including nova-compute on one machine and an extra machine running nova-compute, nova-network and nova-metadata-api.<br><br>Main problem is that I can create vm and it is getting  private ip address from dhcp but that address is not being attached to bridge br100. Nova network is creating bridge but it stay in unknown state<br>
<br>ip link show br100<br><br>7: br100: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN<br>    link/ether 00:30:48:35:3d:ff brd ff:ff:ff:ff:ff:ff<br><br>Some of network related setting is<br><br>
public_interface = eth0<br>flat_interface = eth1<br>fixed_range = <a href="http://192.168.9.32/27">192.168.9.32/27</a><br>flat_network_dhcp_start = 192.168.9.33<br>connection_type = libvirt<br>flat_injected = False<br>multi_host = True<br>
flat_network_dns = <public_ip><br>flat_network_bridge = br100<br><br>first machine have <br>eth0 = public ip<br>eth1 = 192.168.9.1<br><br>second machine<br>em1 = public ip<br>em2 = 192.168.9.2<br><br><br>I am creating nova network like this<br>
nova-manage network create private --fixed_range_v4=<a href="http://192.168.9.32/27">192.168.9.32/27</a> --num_network=1 --bridge=br100  --network_size=32 --multi_host=True <br><br><br>Can some one suggest some thing. <br>
<br>Thanks<br>Kashif<br><br><br>