no argument xrn in listresources
authorMohamed Larabi <mohamed.larabi@inria.fr>
Mon, 25 Mar 2013 17:27:57 +0000 (18:27 +0100)
committerMohamed Larabi <mohamed.larabi@inria.fr>
Mon, 25 Mar 2013 17:27:57 +0000 (18:27 +0100)
sfa/client/sfaadmin.py

index 662592a..bafc777 100755 (executable)
@@ -367,8 +367,6 @@ class AggregateCommands(Commands):
     def resources(self, rspec_version='GENI'):
         """Display the available resources at an aggregate"""  
         options = {'geni_rspec_version': rspec_version}
-        if xrn:
-            options['geni_slice_urn'] = Xrn(xrn, 'slice').get_urn()
         resources = self.api.manager.ListResources(self.api, {}, options)
         print resources