Revision 7877e6d3 snf-cyclades-app/synnefo/app_settings/default/api.py

b/snf-cyclades-app/synnefo/app_settings/default/api.py
3 3
# API configuration
4 4
#####################
5 5

  
6
from synnefo.settings.setup import Example
6 7

  
7 8
DEBUG = False
8 9

  
......
18 19
# network of this list. If the special network ID "SNF:ANY_PUBLIC" is used,
19 20
# Cyclades will automatically choose a public network and connect the server to
20 21
# it.
21
DEFAULT_INSTANCE_NETWORKS=["SNF:ANY_PUBLIC"]
22
DEFAULT_INSTANCE_NETWORKS = ["SNF:ANY_PUBLIC"]
22 23

  
23 24
# Maximum allowed network size for private networks.
24 25
MAX_CIDR_BLOCK = 22
......
80 81
MAX_PERSONALITY_SIZE = 10240
81 82

  
82 83

  
84
CYCLADES_BASE_URL = Example('https://cyclades.example.synnefo.org/compute')
83 85
# Top-level URL of the astakos instance to be used for user management
84
ASTAKOS_BASE_URL = 'https://accounts.example.synnefo.org/'
86
ASTAKOS_BASE_URL = Example('https://astakos.example.synnefo.org/accounts')
85 87

  
86 88
# Tune the size of the Astakos http client connection pool
87 89
# This limit the number of concurrent requests to Astakos.

Also available in: Unified diff