Revision 43ca98ee kamaki/config.py

b/kamaki/config.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
#
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
......
51 51
    'compute': {
52 52
        'enable': 'on',
53 53
        'cyclades_extensions': 'on',
54
        'url': 'https://okeanos.grnet.gr/api/v1.1',
54
        'url': 'https://cyclades.okeanos.grnet.gr/api/v1.1',
55 55
        'token': ''
56 56
    },
57 57
    'image': {
58 58
        'enable': 'on',
59
        'url': 'https://okeanos.grnet.gr/plankton',
59
        'url': 'https://plankton.okeanos.grnet.gr/plankton',
60 60
        'token': ''
61 61
    },
62 62
    'storage': {
63 63
        'enable': 'on',
64 64
        'pithos_extensions': 'on',
65
        'url': 'https://plus.pithos.grnet.gr/v1',
65
        'url': 'https://pithos.okeanos.grnet.gr/v1',
66 66
        'account': '',
67 67
        'container': '',
68 68
        'token': ''
69
    },
70
    'astakos': {
71
        'enable': 'on',
72
        'url': 'https://astakos.okeanos.grnet.gr',
73
        'token': ''
69 74
    }
70 75
}
71 76

  

Also available in: Unified diff