metadata-api fails to get availability zone for instances created before pike
Bug #1768876 reported by
Belmiro Moreira
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Surya Seetharaman | ||
Pike |
Fix Committed
|
High
|
Matt Riedemann | ||
Queens |
Fix Committed
|
High
|
Matt Riedemann |
Bug Description
Can't get AVZ for old instances:
curl http://
None#
This is because the upcall to the nova_api DB was removed in the commit: 9f7bac2
and old instances may haven't the AVZ defined.
Previously, the AVZ in the instance was only set if explicitly defined by the user.
Changed in nova: | |
assignee: | nobody → Surya Seetharaman (tssurya) |
tags: | added: api api-ref metadata |
Changed in nova: | |
assignee: | Surya Seetharaman (tssurya) → Matt Riedemann (mriedem) |
Changed in nova: | |
assignee: | Matt Riedemann (mriedem) → Surya Seetharaman (tssurya) |
To post a comment you must log in.
Yeah I'm not sure what "We store the availability_zone on the instance now" is specifically referring to, i.e. which change was made for that statement to be true.