Can't boot instance - VirtualInterfaceCreateException

Bug #1703113 reported by Igor D.C.
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
networking-odl
Incomplete
Low
Unassigned

Bug Description

After stacking with the following local.conf:
-------------
enable_plugin networking-odl https://github.com/openstack/networking-odl.git master
enable_plugin networking-sfc https://github.com/openstack/networking-sfc.git master

ODL_RELEASE=carbon-snapshot-0.6
ODL_NETVIRT_KARAF_FEATURE+=,odl-netvirt-sfc

[[post-config|$NEUTRON_CONF]]
[sfc]
drivers = odl_v2
[flowclassifier]
drivers = odl_v2
-------------

which was successful, and trying to launch an instance with the following commands:
IMAGE_NAME="cirros-0.3.5-x86_64-disk"
PORT1_ID=$(neutron port-create private --name p1 | grep " id " | awk '{print $4}')
nova boot --image $IMAGE_NAME --nic port-id=$PORT1_ID --flavor m1.nano myimg1

After somewhere between 15 and 60 seconds, the spawn failed. There are no explicit errors in neutron-server, but in nova-compute the following can be seen: http://paste.openstack.org/show/614831/

Only about 1 day ago, using https://review.openstack.org/#/c/479588/ as the head, this issue did not occur.

Revision history for this message
Isaku Yamahata (yamahata) wrote :

From overview, it looks like misconfiguration or something.
From the log, it's hard to tell.
Please provide more information.

Changed in networking-odl:
status: New → Incomplete
Changed in networking-odl:
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.