Revision b10f66b9 snf-pithos-app/pithos/api/resources.py

b/snf-pithos-app/pithos/api/resources.py
34 34
from synnefo.util.keypath import get_path
35 35
from pithos.api.settings import pithos_services
36 36

  
37
resources = get_path(pithos_services, 'pithos_object-store.resources').values()
37
resources = get_path(pithos_services,
38
                     ['pithos_object-store', 'resources']).values()

Also available in: Unified diff