binding:profile is None breaks migration
Bug #1717365 reported by
Eric M Gonzalez
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Matt Riedemann | ||
Newton |
Fix Committed
|
High
|
Matt Riedemann | ||
Ocata |
Fix Committed
|
High
|
Matt Riedemann | ||
Pike |
Fix Committed
|
High
|
Matt Riedemann |
Bug Description
Nova Newton (commit: d8b30c3772 as pulled in with OSA 14.2.7)
During a live-migration, setup_networks_
at https:/
If the port has None assigned to "binding:profile" further code breaks with a TypeError assigning to NoneType.
mriedem suggested catching this with an extended .get():
16:27 < mriedem> since the port_profile should default to {}, UNLESS the port has binding:
16:27 < mriedem> it should be: port_profile = p.get(BINDING_
tags: | added: live-migration neutron |
Changed in nova: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in nova: | |
importance: | Medium → High |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/504260
Review: https:/