wsgi and rpc-server has issues with dhcp when creating subnet
Bug #1708389 reported by
Ebbex
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Undecided
|
Nguyen Phuong An |
Bug Description
I'm not sure how to trace this down further, but with neutron-api running as a wsgi script in a container, and neutron-rpc-server running in a separate container. When creating a subnet in the openstack-cli, e.g. "subnet create --network network1 --subnet-range 10.0.0.0/24 subnet1", the rpc-server logs and dhcp-agent logs fill up with these errors;
ValueError: Unrecognized attribute(s) 'binding:host_id'
I'm attaching some logs with a stack-trace.
Changed in neutron: | |
assignee: | nobody → Nguyen Phuong An (annp) |
status: | New → In Progress |
tags: | added: neutron-proactive-backport-potential |
To post a comment you must log in.
Could this be related to any extensions? Should the rpc-server possibly load an ExtensionManager?