← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1209263] Re: Wrong column name in lbaas_pool_scheduler migration

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1209263

Title:
  Wrong column name in lbaas_pool_scheduler migration

Status in OpenStack Neutron (virtual network service):
  Fix Released

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'),

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1209263/+subscriptions