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

b/snf-cyclades-app/synnefo/app_settings/default/backend.py
51 51
# the provider name, e.g. 'archipelago' to a dictionary with the actual
52 52
# arbitrary parameters.
53 53
GANETI_DISK_PROVIDER_KWARGS = {}
54

  
55
# List of ExtStorage providers that support cloning. For these providers, the
56
# hashmap of the image is passed as an ExtStorage disk parameter('origin') and,
57
# since disk will be already filled with data, 'snf-image' performs only
58
# customization (no data copying).
59
GANETI_CLONE_PROVIDERS = ['vlmc', 'archipelago']

Also available in: Unified diff