blob: f01bd79b7c37415201fd44e332239b4f4a788e7a [file] [log] [blame]
Matteo Scandoloa4e6e9a2016-08-23 12:04:45 -07001# Required by XOS
2[db]
3name=xos
4user=postgres
5password=password
Scott Baker661cbd52016-12-19 17:32:56 -08006host=xos_db
Matteo Scandoloa4e6e9a2016-08-23 12:04:45 -07007port=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