Revision b8290c59 snfOCCI/config.py

b/snfOCCI/config.py
1 1
SERVER_CONFIG = {
2 2
    'port': 8888,
3
    'hostname': 'snf-%(id)d.vm.okeanos.grnet.gr',
4
    'compute_arch': 'x86'
3
    'hostname': '',
4
    'compute_arch': ''
5 5
    }
6 6

  
7 7
KAMAKI_CONFIG = {
8
    'compute_url': 'https://cyclades.okeanos.grnet.gr/api/v1.1'
8
    'compute_url': ''
9 9
}
10 10
        
11

  
12 11
    

Also available in: Unified diff