Hi, ceilometer stackers

I notice that there are two files (ceilometer-rpc-zmq-receiver,
ceilometer-send-counter) in ceilometer/bin directory, when and where we
should use them, and why we put them there ? The reason I ask this question
is that I want to add mysql support in devstack for ceilometer, but when I
executed $CEILOMETER_BIN_DIR/ceilometer-dbsync command, it reported "No
such File". It is because the following code cause the problem, which
results CEILOMETER_BIN_DIR get the wrong directory:

# Support potential entry-points console scripts
if [[ -d $CEILOMETER_DIR/bin ]]; then
    CEILOMETER_BIN_DIR=$CEILOMETER_DIR/bin
else
    CEILOMETER_BIN_DIR=$(get_python_exec_prefix)
fi

so, can we move the files to somewhere else, and remove the bin/ directory
just like nova does?

The ceilometer-mysql-support path is https://review.openstack.org/#/c/37413/


Thanks !
_______________________________________________
OpenStack-dev mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to