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

b/snf-cyclades-app/synnefo/app_settings/default/api.py
27 27
# This link id is assigned to NICs that should be isolated from anything else
28 28
# (e.g., right before the NIC gets deleted).
29 29
# This value is also hardcoded in a fixture in db/fixtures/initial_data.json.
30
GANETI_NULL_LINK = 'snf_null'
30
GANETI_NULL_LINK = 'snf_public'
31 31

  
32 32
# The pool of private network links to use is
33 33
# $GANETI_LINK_PREFIX{1..$GANETI_MAX_LINK_NUMBER}.
......
36 36
GANETI_LINK_PREFIX = 'prv'
37 37
# The number of private network links to use.
38 38
GANETI_MAX_LINK_NUMBER = 100
39
# The first mac prefix to use
40
GANETI_BASE_MAC_PREFIX = 'aa:00:01'
41
# The number of mac prefixes to use.
42
GANETI_MAX_MAC_PREFIX_NUMBER = 4096
43

  
39 44
# Firewalling
40 45
GANETI_FIREWALL_ENABLED_TAG = 'synnefo:network:0:protected'
41 46
GANETI_FIREWALL_DISABLED_TAG = 'synnefo:network:0:unprotected'
42 47
GANETI_FIREWALL_PROTECTED_TAG = 'synnefo:network:0:limited'
43 48

  
49

  
44 50
# The default firewall profile that will be in effect if no tags are defined
45 51
DEFAULT_FIREWALL_PROFILE = 'DISABLED'
46 52

  

Also available in: Unified diff