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

b/snf-cyclades-app/synnefo/app_settings/default/api.py
21 21
# Network Configuration
22 22
#
23 23

  
24
# Name of the public network in Ganeti. An IP pool should be associated with
25
# this network by the Ganeti administrator.
26
GANETI_PUBLIC_NETWORK = 'snf_public'
24
# Synnefo assigns this link id to NICs connected on the public network.
25
# An IP pool should be associated with this link by the Ganeti administrator.
26
GANETI_PUBLIC_NETWORK = 'snf-1'
27
GANETI_PRIVATE_BRIDGE = 'br2990'
27 28
# This link id is assigned to NICs that should be isolated from anything else
28 29
# (e.g., right before the NIC gets deleted).
29 30
# This value is also hardcoded in a fixture in db/fixtures/initial_data.json.

Also available in: Unified diff