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

b/snf-cyclades-app/synnefo/app_settings/default/api.py
92 92
# our REST API would prefer to be explicit about trailing slashes
93 93
APPEND_SLASH = False
94 94

  
95
# Ignore disk size specified by flavor, always build the
96
# machine with a 4GB (in the case of Windows: 14GB) disk.
97
# This setting is helpful in development setups.
98
#
99
IGNORE_FLAVOR_DISK_SIZES = False
100

  
101 95
# Fixed mapping of user VMs to a specific backend.
102 96
# e.g. BACKEND_PER_USER = {'example@okeanos.grnet.gr': 2}
103 97
BACKEND_PER_USER = {}

Also available in: Unified diff