Commit 7be2538
committed
Add openvswitch-common to neutron-api/consolidated rocks
The neutron-api package now runs under apache+mod_wsgi instead of as a
standalone neutron-server process. When mod_wsgi imports the WSGI
application, neutron.server.api publishes a PROCESS/BEFORE_SPAWN event
on every worker fork, which triggers OVNMechanismDriver.pre_fork_initialize.
That callback shells out to ovsdb-client which was missing previously.
Signed-off-by: Myles Penner <myles.penner@canonical.com>1 parent 7cd68c3 commit 7be2538
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
0 commit comments