Revision cc7c0f44 snf-cyclades-app/synnefo/app_settings/default/backend.py

b/snf-cyclades-app/synnefo/app_settings/default/backend.py
33 33
    'os': 'snf-image+default',
34 34
    'hvparams': {'serial_console': False},
35 35
    'wait_for_sync': False}
36

  
37
# This module implements the strategy for allocating a vm to a backend
38
BACKEND_ALLOCATOR_MODULE = "synnefo.logic.allocators.default_allocator"
39
# Refresh backend statistics timeout, in minutes, used in backend allocation
40
BACKEND_REFRESH_MIN = 15

Also available in: Unified diff