[openstack-dev] [ceilometer][devstack] What are ceilometer/bin/* files used for ?

Julien Danjou julien at danjou.info
Wed Jul 17 08:29:29 UTC 2013


On Wed, Jul 17 2013, Guangyu Suo wrote:

> # 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?

We can't because at least one of the bin script is from Oslo. OTOH, you
can just set CEILOMETER_BIN_DIR=$(get_python_exec_prefix) and that'll be
ok.

-- 
Julien Danjou
/* Free Software hacker * freelance consultant
   http://julien.danjou.info */
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130717/1c294b18/attachment.pgp>


More information about the OpenStack-dev mailing list