Lack of neutron-rpc-server package
Bug #2085620 reported by
Takashi Kajinami
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Ubuntu Cloud Archive |
Fix Released
|
High
|
Unassigned | ||
| Epoxy |
Fix Released
|
High
|
Unassigned | ||
| neutron (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
| Plucky |
Fix Released
|
High
|
Unassigned | ||
Bug Description
Neutron has provided the neutron-rpc-server daemon which runs rpc workers.
This daemon is required to deploy split neutron services (api workers run by httpd+mod_wsgi and rpc workers run by neutron-
However currently there is no neutron-rpc-server package available to install systemd service, so this deployment pattern is not at all possible.
Note that upstream neutron is now moving the default deployment pattern from monolithic neutron-server to separate api+rpc daemons, as part of the work to get rid of eventlet.
| tags: | added: open-2709 |
| Changed in cloud-archive: | |
| status: | Triaged → Fix Committed |
To post a comment you must log in.
I think that alongside this we should add an -api package which sets up apache+mod_wsgi for the API only pair to this daemon.