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

b/snf-cyclades-app/synnefo/app_settings/default/api.py
107 107
# endpoints. Set this to False if you deploy cyclades-app/astakos-app on the
108 108
# same machine.
109 109
CYCLADES_PROXY_USER_SERVICES = True
110

  
111
# Template to use to build the FQDN of VMs. The setting will be formated with
112
# the id of the VM. If set to 'None' the first public IPv4 or IPv6 address
113
# of the VM will be used.
114
CYCLADES_SERVERS_FQDN = 'snf-%(id)s.vm.example.synnefo.org'

Also available in: Unified diff