hi, this is just an fyi but i've proposed a fix[1] for ceilometer grenade gate failures we have.
i've added reasoning in commit message but to re-iterate, ceilometermiddleware never gets bumped to master upper-constraint because it's not in any projects requirements and is conditionally installed by devstack. therefore, in grenade, the base(ocata) install will have oslo.messaging==5.17.1 and ceilometermiddleware==1.0.0 which works fine. the upgraded(master) install will bump oslo.messaging==5.18.0 but ceilometermiddleware stays at 1.0.0 which is not fine as a deprecated kwarg was dropped. the proposal is to just bump ocata ceilometermiddleware upperconstraint to 1.0.1 as it is compatible with oslo.messaging from master, ocata, and newton (and maybe mitaka). hope this answers any questions and is cool with everyone. [1] https://review.openstack.org/#/c/442913/ cheers, -- gord __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev