Required to define database/connection when running services for nova_api cell
Bug #1757472 reported by
Belmiro Moreira
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Triaged
|
Medium
|
Unassigned | ||
Pike |
Triaged
|
Medium
|
Unassigned | ||
Queens |
Triaged
|
Medium
|
Unassigned |
Bug Description
Services in nova_api cell fail to run if database/connection is not defined.
These services should only use api_database/
In devstack database/connection is defined with the cell0 DB endpoint.
This shouldn't be required because the cell0 is set in nova_api DB.
Changed in nova: | |
assignee: | nobody → Surya Seetharaman (tssurya) |
Changed in nova: | |
status: | In Progress → Triaged |
assignee: | Matt Riedemann (mriedem) → nobody |
To post a comment you must log in.
Do you have some more information about the actual failure or a traceback? I think I've been surprised by this as well before and can't remember if there is a good reason for having [database] /connection set to cell0 when running nova-api.