Migration 112 breaks if deleted_at is NULL
Bug #1029129 reported by
Rick Harris
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Rick Harris |
Bug Description
Changed in nova: | |
assignee: | nobody → Rick Harris (rconradharris) |
importance: | Undecided → High |
status: | New → In Progress |
Changed in nova: | |
milestone: | none → folsom-3 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-3 → 2012.2 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/10297 github. com/openstack/ nova/commit/ a8c08baeb2ee626 8ac61613a23cc86 cf885a9d09
Committed: http://
Submitter: Jenkins
Branch: master
commit a8c08baeb2ee626 8ac61613a23cc86 cf885a9d09
Author: Rick Harris <email address hidden>
Date: Wed Jul 25 20:43:17 2012 +0000
Handle NULL deleted_at in migration 112.
A NULL value in `instance. deleted_ at` will cause the migration to break.
In the absence of instance deleted_at timestamp, we should be
conservative and skip cleanup.
Fixes bug 1029129
Change-Id: Ieb978281bc5572 7fb7db02ddc8c3e 0fd6c8814f0