nova.conf should not be world-readable
Bug #798878 reported by
Al Stone
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Invalid
|
High
|
Unassigned | ||
nova (Ubuntu) |
Fix Released
|
High
|
Chuck Short |
Bug Description
nova.conf usually contains database passwords, so it should not be world-readable. However if nova.conf is not world-readable, nova-* components can't start.
---
I'm seeing this problem in the natty version of nova; it appears the only workaround for now is:
chmod o+r /etc/nova/nova.conf
which I'd really rather not do since it can leak the MySQL password. If I do make the change, however, all the services start properly.
Changed in nova (Ubuntu): | |
status: | Confirmed → Triaged |
Changed in nova (Ubuntu): | |
assignee: | nobody → Thierry Carrez (ttx) |
status: | Triaged → Fix Committed |
Changed in nova (Ubuntu): | |
assignee: | Thierry Carrez (ttx) → Chuck Short (zulcss) |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This is in cactus I believe correct?