[neutron-api] remove leader_only for maintenance worker
Bug #2022914 reported by
Maxim Korezkij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Maxim Korezkij |
Bug Description
Currently if you want to connect the neutron-api to the souhtbound database you cannot use relays, because the maintenance worker has a condition set that it requires a leader_only connection.
This leader_only collection is not necessary since the maintenance tasks of the neutron-api are only getting information from the souhtbound and are not pushing information into the souhtbound database.
If you adjust the neutron-api to use relays, it will log something like "relay database, cannot be leader" every time the maintenance task should run.
I would expect to be able to set the southbound connection for the neutron-api to use the relays.
Changed in neutron: | |
status: | New → In Progress |
Changed in neutron: | |
importance: | Undecided → Medium |
assignee: | nobody → Maxim Korezkij (maximkorezkij) |
summary: |
- [neutron-api] remove leader_only for maitenance worker + [neutron-api] remove leader_only for maintenance worker |
tags: | added: ovn |
To post a comment you must log in.
Patch: https:/ /review. opendev. org/c/openstack /neutron/ +/885240