Add option to choose voms authentication or native okeanos tokens
[snf-occi] / snfOCCI / config.py
1 SERVER_CONFIG = {
2     'port': 8889,
3     'hostname': 'snf-%(id)d.vm.okeanos.grnet.gr',
4     'compute_arch': 'x86'
5     }
6
7 KAMAKI_CONFIG = {
8     'compute_url': 'https://cyclades.okeanos.io/api/v1.1'
9 }
10
11 VOMS_CONFIG = {
12     'vomsdir_path': '/etc/grid-security/vomsdir',
13     'ca_path': '/etc/grid-security/certificates',
14     'vomsapi_lib': '/usr/lib/libvomsapi.so.0',
15 }        
16
17