Revision b872a653 snf-cyclades-app/synnefo/ui/settings.py

b/snf-cyclades-app/synnefo/ui/settings.py
52 52

  
53 53
cyclades_services = cyclades_settings.cyclades_services
54 54

  
55
VOLUME_URL = endpoint(cyclades_services, 'volume', 'v2.0').rstrip('/')
55 56
GLANCE_URL = endpoint(cyclades_services, 'image', 'v1.0').rstrip('/')
56 57
COMPUTE_URL = endpoint(cyclades_services, 'compute', 'v2.0').rstrip('/')
57 58
NETWORK_URL = endpoint(cyclades_services, 'network', 'v2.0').rstrip('/')

Also available in: Unified diff