On Tue, Mar 18, 2014 at 12:58 PM, John Eckersberg <jeckersb(a)redhat.com>wrote:
Andrew Lau <andrew(a)andrewklau.com> writes:
> Hi John,
>
> Thanks for that suggestion, it got me passed that first step and into
> another error :D
> sqlalchemy.exc.ProgrammingError: (ProgrammingError) (1146, "Table
> 'neutron_ml2.agents' doesn't exist") 'ALTER TABLE agents ADD
CONSTRAINT
> uniq_agents0agent_type0host UNIQUE (agent_type, host)' ()
>
> Which seems to be very similar to this BZ here:
>
https://bugzilla.redhat.com/show_bug.cgi?id=1061378
Yep, I ran across that today as well.
https://bugzilla.redhat.com/show_bug.cgi?id=1017281#c30
That one-line patch fixes the agents table.
That came up in my search, but I wasn't sure how to apply that patch. Do
you know if it made it into the new test day build?