Revision 343dc811 snfOCCI/APIserver.py

b/snfOCCI/APIserver.py
49 49
    def __call__(self, environ, response):
50 50

  
51 51
        conf = Config()
52
        conf.set('token',environ['HTTP_AUTH_TOKEN'])
52
        conf.set('compute_token',environ['HTTP_AUTH_TOKEN'])
53 53
        compClient = ComputeClient(conf)
54 54
        cyclClient = CycladesClient(conf)
55 55

  

Also available in: Unified diff