Revision 29cf98c9 snf-cyclades-app/synnefo/app_settings/default/ui.py

b/snf-cyclades-app/synnefo/app_settings/default/ui.py
170 170
# network with dhcp enabled
171 171
UI_NETWORK_AVAILABLE_SUBNETS = ['10.0.0.0/24', '192.168.0.0/24']
172 172

  
173
# UI will use this setting to find an available network subnet if user requests
174
# automatic subnet selection.
175
UI_AUTOMATIC_NETWORK_RANGE_FORMAT = "192.168.%d.0/24"
176

  
173 177
# Whether to display already connected vm's to the network connect overlay
174 178
UI_NETWORK_ALLOW_DUPLICATE_VM_NICS = False
175 179

  

Also available in: Unified diff