nec plugin: packetfilter table network_id nullable should be False in folsom_initial db migration
Bug #1229508 reported by
Akihiro Motoki
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Low
|
Akihiro Motoki |
Bug Description
From the initial commit of NEC plugin, network_id of packetfilters table is nullable=False [1],
but in folsom_initial db migration script nullable is set to True.
nullable=False is just a more strict constraint than nullable=True,
so NEC plugin works but it is better to be fixed in the migration.
I will add the migration to network_id to nullable=False both upgrade and downgrade
to make sure nullable=False in any revision.
[1] https:/
description: | updated |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-rc1 → 2013.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/47962
Review: https:/