DB migration for ML2 VXLAN TypeDriver is incorrect
Bug #1213134 reported by
Kyle Mestery
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Kyle Mestery |
Bug Description
The DB migration for ML2 VXLAN TypeDriver is incorrect. It currently defines both ip_address and udp_port as primary keys, but separately, which causes problems:
This should be changed to:
tags: | added: db ml2 |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-3 → 2013.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/42367
Review: https:/