update nova to report quantum floating IPs
Bug #1023169 reported by
dan wendlandt
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Akihiro Motoki | ||
Folsom |
Fix Released
|
High
|
Chuck Short | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
In F-3, we've moving Floating IPs to Quantum.
We'll need to update the Nova/Quantum integration code to include these floating IPs in the nova models.
Related branches
lp://staging/~gandelman-a/ubuntu/quantal/nova/2012.2.1
- Openstack Ubuntu Testers: Pending requested
-
Diff: 121 lines (+100/-4)1 file modifieddebian/changelog (+100/-4)
CVE References
Changed in quantum: | |
milestone: | none → folsom-3 |
importance: | Undecided → High |
tags: | added: low-hanging-fruit |
Changed in quantum: | |
status: | New → Confirmed |
Changed in quantum: | |
assignee: | nobody → flaviamissi (flaviamissi) |
Changed in quantum: | |
status: | Confirmed → In Progress |
Changed in nova: | |
importance: | Undecided → High |
status: | New → Confirmed |
Changed in quantum: | |
assignee: | flaviamissi (flaviamissi) → nobody |
Changed in quantum: | |
milestone: | folsom-rc1 → none |
Changed in quantum: | |
status: | In Progress → Confirmed |
Changed in quantum: | |
assignee: | nobody → Akihiro Motoki (amotoki) |
no longer affects: | quantum |
Changed in nova: | |
milestone: | none → grizzly-1 |
status: | Fix Committed → Fix Released |
Changed in nova (Ubuntu): | |
status: | New → Fix Released |
Changed in nova (Ubuntu Quantal): | |
status: | New → Confirmed |
tags: | removed: in-stable-folsom |
Changed in nova: | |
milestone: | grizzly-1 → 2013.1 |
To post a comment you must log in.
Hi,
I've look at the nova/quantum integration code and I have some doubts:
- By "include in the nova models" you mean that we should save the floating ips in nova's db? quantumclient, is this work included on this issue or there's a separate one?
- Also, I haven't seen any related code in python-
I'm sorry if I'm asking newbie questions, it's my first time contributing o/
Thanks!