blob: 2af1700c2ca3a88c0985c519b14449af8c33b625 [file] [log] [blame]
Matteo Scandoloa4e6e9a2016-08-23 12:04:45 -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=vrouter
16dependency_graph=/opt/xos/synchronizers/vrouter/model_deps
17steps_dir=/opt/xos/synchronizers/vrouter/steps
18sys_dir=/opt/xos/synchronizers/vrouter/sys
19logfile=/var/log/xos_backend.log
20pretend=False
21backoff_disabled=True
22save_ansible_output=True
23proxy_ssh=False