Revision 30096a2e docs/scale/i-cyclades.rst

b/docs/scale/i-cyclades.rst
45 45
    MAX_CIDR_BLOCK = 21
46 46
    PUBLIC_USE_POOL = True
47 47

  
48
    MAX_VMS_PER_USER = 5
49
    VMS_USER_QUOTA = {
50
        'user@example.com': 20,
51
    }
52
    MAX_NETWORKS_PER_USER = 3
53
    NETWORKS_USER_QUOTA = { 'user@example.com': 10 }
54

  
55 48
    CPU_BAR_GRAPH_URL = 'https://cyclades.example.com/stats/%s/cpu-bar.png'
56 49
    CPU_TIMESERIES_GRAPH_URL = 'https://cyclades.example.com/stats/%s/cpu-ts.png'
57 50
    NET_BAR_GRAPH_URL = 'https://cyclades.example.com/stats/%s/net-bar.png'

Also available in: Unified diff