<br><div class="gmail_quote"><div class="gmail_quote">Dear All,<br><br>I still couldn't find the exact location where this "nova list" and "nova show " commands are executed.<br><br>Would you please explain me a bit what this load_entry_point stuff is doing? and Where exactly it is loading these parameters???<br>
<br><br>
</div></div>if __name__ == '__main__':<br>    sys.exit(<br>        load_entry_point('python-novaclient==2012.1', 'console_scripts', 'nova')()<br> )<br><br><br><br>