[Bug 1618812] Re: nova-scheduler autopkgtest fails

2016-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 2:14.0.0-0ubuntu1 --- nova (2:14.0.0-0ubuntu1) yakkety; urgency=medium * New upstream release for OpenStack Newton. * d/t/nova-compute-daemons: Skip test execution if running within a container, ensuring that autopkgtests don't fail on

[Bug 1618812] Re: nova-scheduler autopkgtest fails

2016-09-02 Thread Dimitri John Ledkov
** Description changed: nova has auto package test checking that daemons are started out of the box. debian/tests/nova-daemons checks a bunch of them. However nova-scheduler fails to start with CantStartEngineError No sql_connection parameter is established. Either sql needs

[Bug 1618812] Re: nova-scheduler autopkgtest fails

2016-09-02 Thread Dimitri John Ledkov
actually i think it is racy. nova-common is not finished setting up the sqlite database and migrating yet, however nova-scheduler has already attempted to start, and failed. Looking at the tests they might be all racy. And I don't think it's very autopackgy to install packages with apt inside the

[Bug 1618812] Re: nova-scheduler autopkgtest fails

2016-08-31 Thread Dimitri John Ledkov
Thanks! Will take a look! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1618812 Title: nova-scheduler autopkgtest fails To manage notifications about this bug go to:

[Bug 1618812] Re: nova-scheduler autopkgtest fails

2016-08-31 Thread James Page
We had similar challenges in neutron; I suggest that we actually use a mysql backend, and set the sql_connection parameters appropriately (see neutron for example of this). ** Changed in: nova (Ubuntu) Status: New => Triaged ** Changed in: nova (Ubuntu) Importance: Undecided => High