Details
-
Bug
-
Status: Resolved
-
Resolution: Cannot Reproduce
-
unspecified
-
None
-
None
-
Operating System: Linux
Platform: PC
-
1241
Description
Configuration
-------------
1) Devstack on Fedora 20 (https://wiki.opendaylight.org/images/HostedFiles/OpenDaylight_DevStack_Fedora20.ova)
2) Latest OVSDB (https://github.com/opendaylight/ovsdb)
3) OpenFlow 1.0 for OVS
Problem Description:
There seems to be a bug in ODL due to which the first VM booted on a compute node won't receive an IP. The reason being, ODL tries to program the flows on the internal bridges (br-int and br-net) before they are created and connected to the ODL. Thus the programming of flows fail. Any subsequent spawning of VMs on the compute nodes works fine, since the flow programming succeeds as the bridges have been already created (while spawning the first VM)