Minor fixes to config.py
authornasia <nassia@alopix.(none)>
Wed, 11 Dec 2013 15:45:54 +0000 (17:45 +0200)
committernasia <nassia@alopix.(none)>
Wed, 11 Dec 2013 15:45:54 +0000 (17:45 +0200)
snfOCCI/config.py

index 9977ad5..4dba0b1 100644 (file)
@@ -1,12 +1,11 @@
 SERVER_CONFIG = {
     'port': 8888,
-    'hostname': 'snf-%(id)d.vm.okeanos.grnet.gr',
-    'compute_arch': 'x86'
+    'hostname': '',
+    'compute_arch': ''
     }
 
 KAMAKI_CONFIG = {
-    'compute_url': 'https://cyclades.okeanos.grnet.gr/api/v1.1'
+    'compute_url': ''
 }
         
-