Revision 660b9f3b snf-cyclades-app/synnefo/app_settings/default/api.py

b/snf-cyclades-app/synnefo/app_settings/default/api.py
24 24
DEFAULT_MAC_PREFIX = 'aa:00:0'
25 25
DEFAULT_BRIDGE = 'br0'
26 26

  
27
# Boolean value indicating whether synnefo would hold a Pool and allocate IP
28
# addresses. If this setting is set to False, IP pool management will be
29
# delegated to Ganeti. If machines have been created with this option as False,
30
# you must run network reconciliation after turning it to True.
31
PUBLIC_USE_POOL = True
32

  
33 27
# Network flavors that users are allowed to create through API requests
34 28
API_ENABLED_NETWORK_FLAVORS = ['MAC_FILTERED']
35 29

  

Also available in: Unified diff