blob: 47c9354c89fb6d57cdbf66d7848ae00f8278a386 [file] [log] [blame]
Murat Parlakisik66fde4d2016-09-22 13:28:13 -07001# 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=vsgwservice
16dependency_graph=/opt/xos/synchronizers/vsgwservice/model-deps
17steps_dir=/opt/xos/synchronizers/vsgwservice/steps
18sys_dir=/opt/xos/synchronizers/vsgwservice/sys
19logfile=/var/log/xos_backend.log
20pretend=False
21backoff_disabled=True
22save_ansible_output=True
23proxy_ssh=False
24