Implement voms integration in snf-occi
[snf-occi] / snfOCCI / config.py
index 514245f..2d6492e 100644 (file)
@@ -1,5 +1,5 @@
 SERVER_CONFIG = {
-    'port': 8888,
+    'port': 8889,
     'hostname': 'snf-%(id)d.vm.okeanos.grnet.gr',
     'compute_arch': 'x86'
     }
@@ -11,7 +11,7 @@ KAMAKI_CONFIG = {
 VOMS_CONFIG = {
     'vomsdir_path': '/etc/grid-security/vomsdir',
     'ca_path': '/etc/grid-security/certificates',
-    'vomsapi_lib': 'libvomsapi.so.1',
+    'vomsapi_lib': '/usr/lib/libvomsapi.so.0',
 }