Dear All,
Would you kindly help me where i can find the scripts for "nova list" and
"nova show"
I just can't find it in /user/bin/
I only have the rapper class
#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT:
'python-novaclient==2012.1','console_scripts','nova'
__requires__ = 'python-novaclient==2012.1'
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.exit(
load_entry_point('python-novaclient==2012.1', 'console_scripts',
'nova')()
)
With best regards,
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp