Remove 'scheduled_at' column in nova instances table
The 'scheduled_at' field is a part of the Nova instances table that is currently set to NULL.
Currently, the 'scheduled_at' field is no longer updated by the Nova scheduler, instead the 'launched_at' field is updated for the same puposes. The 'scheduled_at' column is now redundant and should be removed as a part of DB clean up.
Blueprint information
- Status:
- Complete
- Approver:
- John Garbutt
- Priority:
- Low
- Drafter:
- Sudipta Biswas
- Direction:
- Approved
- Assignee:
- Sudipta Biswas
- Definition:
- Approved
- Series goal:
- Accepted for liberty
- Implementation:
-
Implemented
- Milestone target:
-
12.0.0
- Started by
- Sudipta Biswas
- Completed by
- Sudipta Biswas
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Cleanup 'scheduled_at' from instances table
Addressed by: https:/
The 'scheduled_at' field is a part of the Nova instances. Currently, the 'scheduled_at' field is no longer updated by the Nova scheduler, instead the 'launched_at' field is updated for the same purpose. The 'scheduled_at' column is now redundant and shoul