X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Flsapiclient.py;fp=portal%2Flsapiclient.py;h=c99ecae7d434da27942b93d742ed7e7f39a71922;hb=370f70abb70d413b23c0732fe2ff21c9a88d0706;hp=23584abfde5d23c7cee07d23ea72dc1e07be8de9;hpb=9684bf9151df4050813361ab4816e9c07a1ba08d;p=myslice.git diff --git a/portal/lsapiclient.py b/portal/lsapiclient.py index 23584abf..c99ecae7 100644 --- a/portal/lsapiclient.py +++ b/portal/lsapiclient.py @@ -16,7 +16,9 @@ class LaboraSchedulerClient: 'get_user_id_by_username', 'add_user_public_key', 'delete_user_public_key' ] def __init__ ( self, organization ): - self.url, self.key = self.getOrganizationConfigs( organization ) + #self.url, self.key = self.getOrganizationConfigs( organization ) + self.url = "https://portal.ufrj.fibre.org.br:3002/LS-Sched/" + self.key = "9763dd03f2da8138fb22a63d78e5e9792b59a637" def __getattr__(self, name):