Remove unused columns from BuildRequest table in nova_api db.
Bug #1657529 reported by
Pushkar Umaranikar
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
In Progress
|
Undecided
|
Pushkar Umaranikar |
Bug Description
Some columns from BuildRequest table in nova_api schema are no longer used.
They have been removed from data model as a part of this commit https:/
In Ocata, we can drop respective columns from database.
tags: | added: db |
Changed in nova: | |
assignee: | nobody → Pushkar Umaranikar (pushkar-umaranikar) |
Changed in nova: | |
status: | New → Confirmed |
Changed in nova: | |
assignee: | Pushkar Umaranikar (pushkar-umaranikar) → John Garbutt (johngarbutt) |
Changed in nova: | |
assignee: | John Garbutt (johngarbutt) → Pushkar Umaranikar (pushkar-umaranikar) |
To post a comment you must log in.
List of columns to drop. /github. com/openstack/ nova/blame/ master/ nova/db/ sqlalchemy/ api_models. py#L246
https:/