OK, thanks, Julien, that is what I actually do.<br><br><div class="gmail_quote">2013/7/17 Julien Danjou <span dir="ltr"><<a href="mailto:julien@danjou.info" target="_blank">julien@danjou.info</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wed, Jul 17 2013, Guangyu Suo wrote:<br>
<br>
> # Support potential entry-points console scripts<br>
> if [[ -d $CEILOMETER_DIR/bin ]]; then<br>
>     CEILOMETER_BIN_DIR=$CEILOMETER_DIR/bin<br>
> else<br>
>     CEILOMETER_BIN_DIR=$(get_python_exec_prefix)<br>
> fi<br>
><br>
> so, can we move the files to somewhere else, and remove the bin/ directory<br>
> just like nova does?<br>
<br>
</div>We can't because at least one of the bin script is from Oslo. OTOH, you<br>
can just set CEILOMETER_BIN_DIR=$(get_python_exec_prefix) and that'll be<br>
ok.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Julien Danjou<br>
/* Free Software hacker * freelance consultant<br>
   <a href="http://julien.danjou.info" target="_blank">http://julien.danjou.info</a> */<br>
</font></span></blockquote></div><br>