floating ips do not display in 'nova list' after association to instance
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Vish Ishaya | ||
Essex |
Fix Released
|
Undecided
|
Vish Ishaya | ||
nova (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Precise |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Immediately after associating a floating ip, 'nova list' does not display the floating ip, apparently due to a cache invalidation issue.
Steps to reproduce:
> nova boot --flavor 1 --image 14701668-
(wait for boot, assume instance_
> nova floating-ip-create
(assume FLOATING_
> nova add-floating-ip 109ee800-
> nova list
Expected:
Display floating ip
Actual:
$ nova list
+------
| ID | Name | Status | Networks |
+------
| 109ee800-
+------
After a few minutes, the output is correct.
Related branches
- Chuck Short: Pending requested
-
Diff: 56 lines (+14/-4)3 files modifieddebian/changelog (+8/-0)
debian/control (+6/-3)
debian/nova-console.install (+0/-1)
Changed in nova: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in nova: | |
assignee: | nobody → D LALITHA RANI (deevi-rani) |
Changed in nova: | |
status: | Confirmed → In Progress |
Changed in nova: | |
status: | In Progress → Fix Committed |
Changed in nova (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in nova: | |
milestone: | none → folsom-2 |
status: | Fix Committed → Fix Released |
Changed in nova (Ubuntu Quantal): | |
status: | Confirmed → Fix Released |
Changed in nova: | |
milestone: | folsom-2 → 2012.2 |
comstud notes that he does not see 'updating of the cache in associate_ floating_ ip or _associate_ floating_ ip in network manager."