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 */

Attachment: signature.asc
Description: PGP signature

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

Reply via email to