senlin-manage is reporting service status incorrectly
Bug #1613546 reported by
Qiming Teng
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
senlin |
Fix Released
|
High
|
Qiming Teng |
Bug Description
When running senlin-manage service list, it is reporting live service as 'down', dead service as up.
Changed in senlin: | |
status: | New → Triaged |
Changed in senlin: | |
status: | Triaged → Fix Released |
To post a comment you must log in.
Might be timezone problem, https:/ /github. com/openstack/ senlin/ blob/master/ senlin/ db/sqlalchemy/ api.py# L1168
Use timeutils.utcnow() might help.