Comment 2 for bug 1424807

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (master)

Reviewed: https://review.openstack.org/158425
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=ca3c6d079bf3cfa13b9091444fb1d802db79718d
Submitter: Jenkins
Branch: master

commit ca3c6d079bf3cfa13b9091444fb1d802db79718d
Author: gordon chung <email address hidden>
Date: Mon Feb 23 15:10:33 2015 -0500

    fix inline multiple assignment

    cdent took me to school: multiple inline assignments will share
    same target and this is bad. this patch applies the lesson i've
    been taught

    Change-Id: I8b4767597796474f1923e872f4fe0692f3da9fda
    Closes-Bug: #1424807