X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2FDescribe.py;fp=sfa%2Fmethods%2FDescribe.py;h=b66780a4246e459f38179ebf74a53e82087bd6d2;hb=8f367b9457f47ba1e3b8a56eea8ed5c9b1e52eed;hp=ff3765d3199581d7a059aba5e3a6b39306276501;hpb=c66c24188f47ce205e18ba7d10ba5e870b35ff7e;p=sfa.git diff --git a/sfa/methods/Describe.py b/sfa/methods/Describe.py index ff3765d3..b66780a4 100644 --- a/sfa/methods/Describe.py +++ b/sfa/methods/Describe.py @@ -37,8 +37,8 @@ class Describe(Method): else: raise SfaInvalidArgument('Must specify an rspec version option. geni_rspec_version cannot be null') - # Find the valid credentials - valid_creds = self.api.auth.checkCredentials(creds, 'listnodes', urns) + valid_creds = self.api.auth.checkCredentials(creds, 'listnodes', urns, \ + check_sliver_callback = self.api.manager.driver.check_sliver_credentials) # get hrn of the original caller origin_hrn = options.get('origin_hrn', None)