Thierry, You left out python-ironicclient, which isn't a surprise as it isn't actually listed in Nova's requirements.txt file. I don't have a link handy to cite the previous discussions, but Nova felt that it was not appropriate to list a driver's dependency in their project's requirements file.
As such, it is installed from pip in devstack/lib/ironic right now. I've tagged a 0.5.0 version two days ago, and plan a quick fix (0.5.1) today. I think it's reasonable for this library to be capped just like the other python-*clients, but I'm not sure how to express that, due to Nova not allowing this dependency in their requirements.txt file. -Devananda On Wed, Apr 8, 2015 at 7:18 AM Matthias Runge <[email protected]> wrote: > On 08/04/15 15:55, Thierry Carrez wrote: > > > I'm especially worried with python-cinderclient, python-designateclient > > and django_openstack_auth which are more than 2 months old and may well > > contemplate another kilo release that could be disrupting at this point. > > > In general: a great idea, and I've been expecting this for a longer time > now. That would save some work. > > django_openstack_auth: it's quite stable now, although it would make > sense to cut a newer release for kilo. We will merge that into horizon > eventually, since it's a helper and we never saw anyone to use it > outside of horizon. > > Matthias > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: [email protected]?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
