Revision 7fccf095

b/snf-cyclades-app/conf/20-snf-cyclades-app-api.conf
31 31
## Access control and quota policy are enforced, just as if the user had
32 32
## specified the value of CYCLADES_DEFAULT_SERVER_NETWORKS in the content
33 33
## of the POST /call, after processing of "SNF:*" directives."
34
#CYCLADES_DEFAULT_SERVER_NETWORKS = ["SNF:ANY_PUBLIC_IPV4"]
34
#CYCLADES_DEFAULT_SERVER_NETWORKS = []
35 35
#
36 36
## This setting contains a list of networks which every new server
37 37
## will be forced to connect to, regardless of the contents of the POST
......
43 43
## networks specified in CYCLADES_FORCED_SERVER_NETWORKS, regardless
44 44
## of the state of the floating IP pool of the user, and without
45 45
## allocating any floating IPs."
46
#CYCLADES_FORCED_SERVER_NETWORKS = ["SNF:ANY_PUBLIC_IPV6"]
46
#CYCLADES_FORCED_SERVER_NETWORKS = []
47 47
#
48 48
#
49 49
## Maximum allowed network size for private networks.
b/snf-cyclades-app/synnefo/app_settings/default/api.py
31 31
# Access control and quota policy are enforced, just as if the user had
32 32
# specified the value of CYCLADES_DEFAULT_SERVER_NETWORKS in the content
33 33
# of the POST /call, after processing of "SNF:*" directives."
34
CYCLADES_DEFAULT_SERVER_NETWORKS = ["SNF:ANY_PUBLIC_IPV4"]
34
CYCLADES_DEFAULT_SERVER_NETWORKS = []
35 35

  
36 36
# This setting contains a list of networks which every new server
37 37
# will be forced to connect to, regardless of the contents of the POST
......
43 43
# networks specified in CYCLADES_FORCED_SERVER_NETWORKS, regardless
44 44
# of the state of the floating IP pool of the user, and without
45 45
# allocating any floating IPs."
46
CYCLADES_FORCED_SERVER_NETWORKS = ["SNF:ANY_PUBLIC_IPV6"]
46
CYCLADES_FORCED_SERVER_NETWORKS = []
47 47

  
48 48
# Maximum allowed network size for private networks.
49 49
MAX_CIDR_BLOCK = 22

Also available in: Unified diff