← Back to team overview

openstack team mailing list archive

OpenStack + Nova list, nova show location

 

Dear All,

I still couldn't find the exact location where this "nova list" and "nova
show " commands are executed.

Would you please explain me a bit what this load_entry_point stuff is
doing? and Where exactly it is loading these parameters???


if __name__ == '__main__':
    sys.exit(
        load_entry_point('python-novaclient==2012.1', 'console_scripts',
'nova')()
 )

Follow ups

References