On Red Hat 6 RHEL, nova-manage create network fails due to no bridge interface
I installed Diablo on RHEL6.0. All of the services start correctly. However, the create network command fails.
Why is OpenStack not seeing ifcfg-br100 and failing to create a network?
$nova-manage network create 192.168.0.0/24 1 256
Command failed, please check log for info
The nova-manage.log reads:
nova: --bridge interface is required to create a network
However, when I look at /etc/sysconfig/network-scripts, I see ifcfg-br100, ifcfg-eth0, ifcfg-eth1
$sudo service network restart Bringing up interface eth0: [ OK ] Bringing up interface eth1: [ OK ] Bringing up interface br100: [ OK ]
ifcfg-br100
DEVICE=br100 NM_CONTROLLED="no" ONBOOT=yes TYPE=Bridge BOOTPROTO=static IPADDR=10.134.148.17 PREFIX=22 NETMASK=255.255.252.0 GATEWAY=10.134.148.1 DNS1=10.134.14.60 DNS2=10.10.8.132 DEFROUTE=yes IPV4_FAILURE_FATAL=yes IPV6INIT=no
ifcfg-eth0
DEVICE="eth0" TYPE=Ethernet HWADDR=00:21:CC:60:FB:4A ONBOOT=yes NM_CONTROLLED=no BRIDGE=br100 NAME="Static Bridged eth0" UUID=5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03
ifcfg-eth1
DEVICE="eth1" HWADDR="00:21:CC:60:FB:72" NM_CONTROLLED="no" ONBOOT="yes" IPADDR=192.168.3.1 NETMASK=255.255.0.0 BROADCAST=192.168.255.255