<div dir="ltr">Hi Jonathan,<div><br></div><div>It really looks as migration issue. I wonder how did you perform the migration.</div><div>Devstack usually runs migration during the setup and everything works fine with the current code.</div>
<div><br></div><div>Could you provide more details about how you run the migration.</div><div><br></div><div>Thanks,</div><div>Eugene.</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jan 13, 2014 at 2:46 AM, Jonathan Proulx <span dir="ltr"><<a href="mailto:jon@jonproulx.com" target="_blank">jon@jonproulx.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
neutron-lbass-agent is failing with:<br>
<br>
neutron.service OperationalError: (OperationalError) (1054, "Unknown<br>
column 'pools.status_description' in 'field list'") 'SELECT<br>
pools.tenant_id AS pools_tenant_id, <a href="http://pools.id" target="_blank">pools.id</a> AS pools_id, pools.status<br>
AS pools_status, pools.status_description AS pools_status_description,<br>
pools.vip_id AS pools_vip_id, <a href="http://pools.name" target="_blank">pools.name</a> AS pools_name,<br>
pools.description AS pools_description, pools.subnet_id AS<br>
pools_subnet_id, pools.protocol AS pools_protocol, pools.lb_method AS<br>
pools_lb_method, pools.admin_state_up AS pools_admin_state_up,<br>
providerresourceassociations_1.provider_name AS<br>
providerresourceassociations_1_provider_name,<br>
providerresourceassociations_1.resource_id AS<br>
providerresourceassociations_1_resource_id \nFROM pools LEFT OUTER<br>
JOIN providerresourceassociations AS providerresourceassociations_1 ON<br>
<a href="http://pools.id" target="_blank">pools.id</a> = providerresourceassociations_1.resource_id' ()<br>
<br>
If I run the query by hand without the offending<br>
pools.status_description column it works.<br>
<br>
This may indicate something went wrong with the database migration,<br>
but as the "pools" table didn't exist in Grizzly and Havana neutron is<br>
otherwise working it may also be a bug in the lbaas agent.<br>
<br>
shall I just modify the table to have that column and go on with my<br>
life, or is this likely a deeper issue?<br>
<br>
Thanks,<br>
-Jon<br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</blockquote></div><br></div>