commit 919af096f79c8861ee315c9577344853d271ae15
Author: gordon chung <email address hidden>
Date: Thu Jan 28 17:09:29 2016 -0500
do not configure worker specific items in init
this further corrects some issues with coordination. the basic issue
is described in a bug i fixed a while ago[1]. basically everything
defined in init is sort shared by workers. if it's unique to a worker
it should not be defined in init.
the weird addition to stop() is to maintain bug1418793[2]
Reviewed: https:/ /review. openstack. org/273792 /git.openstack. org/cgit/ openstack/ ceilometer/ commit/ ?id=919af096f79 c8861ee315c9577 344853d271ae15
Committed: https:/
Submitter: Jenkins
Branch: master
commit 919af096f79c886 1ee315c95773448 53d271ae15
Author: gordon chung <email address hidden>
Date: Thu Jan 28 17:09:29 2016 -0500
do not configure worker specific items in init
this further corrects some issues with coordination. the basic issue
is described in a bug i fixed a while ago[1]. basically everything
defined in init is sort shared by workers. if it's unique to a worker
it should not be defined in init.
the weird addition to stop() is to maintain bug1418793[2]
[1] I2ad05e2085c0c0 f78653c6354d301 d18b8dee121 0b430095ae7ee89 036fd4a89d9
[2] Ied2f086e1f5095
Change-Id: I979fdcd350c9a3 a0fb6c02e831f1a 450133ef76a
Closes-Bug: #1533787