Wrong column name in lbaas_pool_scheduler migration

Bug #1209263 reported by Oleg Bondarev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Medium
Oleg Bondarev

Bug Description

sa.Column('loadbalancer_agent_id', sa.String(length=36),
                     nullable=False),
sa.ForeignKeyConstraint(['loadbalancer_agent_id'], ['agents.id'],
                                                ondelete='CASCADE'),

Need to fix loadbalancer_agent_id -> agent_id:

sa.Column('agent_id', sa.String(length=36),
                     nullable=False),
sa.ForeignKeyConstraint(['agent_id'], ['agents.id'],
                                                ondelete='CASCADE'),

Tags: db lbaas
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (master)

Fix proposed to branch: master
Review: https://review.openstack.org/40635

Changed in neutron:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/40635
Committed: http://github.com/openstack/neutron/commit/777b59a295b963272c5f1482f025d4184074f46f
Submitter: Jenkins
Branch: master

commit 777b59a295b963272c5f1482f025d4184074f46f
Author: Oleg Bondarev <email address hidden>
Date: Wed Aug 7 18:36:16 2013 +0400

    Fix lbaas_pool_scheduler db migration

    Fixes bug 1209263

    Change-Id: I98b05a1a7dde4bcddfcc37e36c57d47465633e6e

Changed in neutron:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in neutron:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in neutron:
milestone: havana-3 → 2013.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.