Can't boot instance - VirtualInterfaceCreateException
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:/
enable_plugin networking-sfc https:/
ODL_RELEASE=
ODL_NETVIRT_
[[post-
[sfc]
drivers = odl_v2
[flowclassifier]
drivers = odl_v2
-------------
which was successful, and trying to launch an instance with the following commands:
IMAGE_NAME=
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://
Only about 1 day ago, using https:/
Changed in networking-odl: | |
importance: | Undecided → Low |
From overview, it looks like misconfiguration or something.
From the log, it's hard to tell.
Please provide more information.