cloudmesh / client

Deprecated: Version 3 of cloudmesh is a light weight cloud client to manage virtual clusters
http://cloudmesh.github.io/client
Other
3 stars 12 forks source link

libcloud: cm register ec2 not working #195

Open supreeth90 opened 8 years ago

supreeth90 commented 8 years ago

P:50 Unzip file /Users/supreeth/CH-817419-x509.zip -> /Users/supreeth/.cloudmesh/clouds/chameleon-ec2/CH-817419-x509

ERROR: executing command 'register ec2 chameleon-ec2 /Users/supreeth/CH-817419-x509.zip'

unbound method unzip() must be called with Shell instance as first argument (got str instance instead)

Traceback (most recent call last): File "/Users/supreeth/ENV2/lib/python2.7/site-packages/cloudmesh_client-3.1.0-py2.7.egg/cloudmesh_client/shell/cm.py", line 783, in main stop = cmd.onecmd(command) File "/Users/supreeth/ENV2/lib/python2.7/site-packages/cloudmesh_client-3.1.0-py2.7.egg/cloudmesh_client/shell/cm.py", line 136, in onecmd return func(arg) File "/Users/supreeth/ENV2/lib/python2.7/site-packages/cloudmesh_client-3.1.0-py2.7.egg/cloudmesh_client/shell/command.py", line 60, in new func(instance, args, arguments) File "/Users/supreeth/ENV2/lib/python2.7/site-packages/cloudmesh_client-3.1.0-py2.7.egg/cloudmesh_client/shell/plugins/RegisterCommand.py", line 407, in do_register CloudRegister.ec2(cloud, zipfile) File "/Users/supreeth/ENV2/lib/python2.7/site-packages/cloudmesh_client-3.1.0-py2.7.egg/cloudmesh_client/cloud/register.py", line 311, in ec2 r = Shell.unzip(zipfile, dest) TypeError: unbound method unzip() must be called with Shell instance as first argument (got str instance instead)