Merge branch 'geni-v3' into pep8
[sfa.git] / sfa / client / sfi.py
index c32669c..b94dcf6 100644 (file)
@@ -1261,7 +1261,7 @@ use this if you mean an authority instead""")
 
         server = self.sliceapi()
         # set creds
-        creds = [self.my_credential]
+        creds = [self.my_credential_string]
         if options.delegate:
             creds.append(self.delegate_cred(
                 cred, get_authority(self.authority)))