Correct token in kamaki calls
authorJohn Giannelos <johngiannelos@gmail.com>
Tue, 8 May 2012 13:36:15 +0000 (16:36 +0300)
committerJohn Giannelos <johngiannelos@gmail.com>
Tue, 8 May 2012 13:36:15 +0000 (16:36 +0300)
snfOCCI/APIserver.py

index 0a8c857..66cfdd3 100755 (executable)
@@ -49,7 +49,7 @@ class MyAPP(Application):
     def __call__(self, environ, response):
 
         conf = Config()
-        conf.set('token',environ['HTTP_AUTH_TOKEN'])
+        conf.set('compute_token',environ['HTTP_AUTH_TOKEN'])
         compClient = ComputeClient(conf)
         cyclClient = CycladesClient(conf)