Revision 7c1319f0

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"]
34
#CYCLADES_DEFAULT_SERVER_NETWORKS = ["SNF:ANY_PUBLIC_IPV4"]
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
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"]
34
CYCLADES_DEFAULT_SERVER_NETWORKS = ["SNF:ANY_PUBLIC_IPV4"]
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

Also available in: Unified diff