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

b/snf-cyclades-app/synnefo/app_settings/default/backend.py
3 3
# Ganeti backend configuration
4 4
###################################
5 5

  
6
# The RAPI endpoint and associated credentials to use
7
# for talking to the Ganeti backend.
8
GANETI_MASTER_IP = "10.0.0.1"
9
GANETI_CLUSTER_INFO = (GANETI_MASTER_IP, 5080, "username", "password")
10

  
11 6
# This prefix gets used when determining the instance names
12 7
# of Synnefo VMs at the Ganeti backend.
13 8
# The dash must always appear in the name!

Also available in: Unified diff