Hi Martin, You need to complete the WHOLE db migration. The error "Table 'neutron.ml2_dvr_port_bindings' doesn't exist" is a clear indication that you haven't because dvr port bindings are new for Juno. Your database is probably still at the 'icehouse' stage, which apparently is enough for neutron-server itself to start.
Try running this command and see if it completes all steps: neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini upgrade head I'm trying to do the same thing with the same juno-staging repository. You might want to keep an eye on this bug <https://bugs.launchpad.net/neutron/+bug/1230323>. Tom 2014-10-20 9:54 GMT+02:00 Martinx - ジェームズ <[email protected]>: > Yep, something is broken around here... > Upgrade failed on "neutron step"... :-/ > > On 20 October 2014 05:53, Robert van Leeuwen < > [email protected]> wrote: > >> > Apparently, "service neutron-server restart" worked! >> > Can I safely ignore the "neuton-db-manage" error?! >> >> In my experience upgrading (from Folsom up to Icehouse) the command >> should run without errors or things are broken at some level... >> >> Cheers, >> Robert van Leeuwen >> >> >> >> >> >> >> > > _______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
