<br><div class="gmail_quote">Dear All,<br><br>Would you kindly help me where i can find the scripts for "nova list" and "nova show"<br><br>I just can't find it in /user/bin/<br><br><br>I only have the rapper class <br>
<br>#!/usr/bin/python<br>
# EASY-INSTALL-ENTRY-SCRIPT: 'python-novaclient==2012.1','console_scripts','nova'<br>__requires__ = 'python-novaclient==2012.1'<br>import sys<br>from pkg_resources import load_entry_point<br>

<br>if __name__ == '__main__':<br>    sys.exit(<br>        load_entry_point('python-novaclient==2012.1', 'console_scripts', 'nova')()<br>    )<br><br><br>With best regards,<br><br><br><br>

</div><br>