Revision 43d9e5f4

b/snf-cyclades-app/synnefo/api/services.py
78 78
                "service_origin": "cyclades_compute",
79 79
            },
80 80
        },
81

  
81
    },
82 82
    'cyclades_plankton': {
83 83
        'type': 'image',
84 84
        'component': 'cyclades',
b/snf-cyclades-app/synnefo/quotas/resources.py
32 32
# or implied, of GRNET S.A.
33 33

  
34 34
from synnefo.util.keypath import get_path
35
from synnefo.api import cyclades_services
35
from synnefo.api.services import cyclades_services
36 36

  
37
resources = get_path('cyclades_compute.resources').values()
37
resources = get_path(cyclades_services, 'cyclades_compute.resources').values()

Also available in: Unified diff