blob: d7360bc5f612faf30f8ac0c5ba983ab21ffdc0f5 [file] [log] [blame]
Saleil Bhat45419542017-01-06 15:25:57 -08001# 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
14# Sets options for the synchronizer
15[observer]
16name=vmmeservice
17dependency_graph=/opt/xos/synchronizers/vmmeservice/model-deps
18steps_dir=/opt/xos/synchronizers/vmmeservice/steps
19sys_dir=/opt/xos/synchronizers/vmmeservice/sys
20logfile=/var/log/xos_backend.log
21pretend=False
22backoff_disabled=True
23save_ansible_output=True
24proxy_ssh=False