blob: 58eaf9a376033261c7680f7ec99f3ff0be16bbf0 [file] [log] [blame]
JianHaoce45e042017-01-16 11:06:29 +00001# Required by XOS
2[db]
3name=xos
4user=postgres
5password=password
6host=localhost
7port=5432
8
9# Required by XOS
10[api]
11nova_enabled=True
12
13# Sets options for the synchronizer
14[observer]
15name=vsgw
16dependency_graph=/opt/xos/synchronizers/vsgw/model-deps
17steps_dir=/opt/xos/synchronizers/vsgw/steps
18sys_dir=/opt/xos/synchronizers/vsgw/sys
19logfile=/var/log/xos_backend.log
20pretend=False
21backoff_disabled=True
22save_ansible_output=True
23proxy_ssh=True
24proxy_ssh_key=/root/setup/id_rsa
25proxy_ssh_user=root
26enable_watchers=True
27[networking]
28use_vtn=True