]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix NVP L3 gateway ports admin_state_down on creation
authorAaron Rosen <arosen@nicira.com>
Tue, 12 Feb 2013 00:17:22 +0000 (16:17 -0800)
committerAaron Rosen <arosen@nicira.com>
Tue, 12 Feb 2013 19:30:33 +0000 (11:30 -0800)
commit22728b56fd5a3288aacd1a3aabc8e99f95182db9
tree33e16c2b70d14fea11b8553315d07c5929fffc50
parentc16876b5795c97ba572519521b32c04b9ab2d430
Fix NVP L3 gateway ports admin_state_down on creation

Some of the transaction code that was added was removed in the L3 patch
for nvp. This reintroduced the logic where ports would be created in the
quantum db with admin_state_up=False. This caused L3 gateway patch ports
to be created with admin_state_up=False.

Fixes bug 1122563

Change-Id: Ifc52eab8665e41d64975856e4693b6ed91bc5b45
quantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.py