[openstack-dev] [telemetry][requirements] ceilometer grenade gate failure
gordon chung
gord at live.ca
Wed Mar 8 03:16:29 UTC 2017
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
More information about the OpenStack-dev
mailing list