Saleil Bhat | 1c5593d | 2017-01-06 15:25:57 -0800 | [diff] [blame] | 1 | # Required by XOS |
| 2 | [db] |
| 3 | name=xos |
| 4 | user=postgres |
| 5 | password=password |
| 6 | host=localhost |
| 7 | port=5432 |
| 8 | |
| 9 | # Required by XOS |
| 10 | [api] |
| 11 | nova_enabled=True |
| 12 | |
| 13 | |
| 14 | # Sets options for the synchronizer |
| 15 | [observer] |
| 16 | name=vmmeservice |
| 17 | dependency_graph=/opt/xos/synchronizers/vmmeservice/model-deps |
| 18 | steps_dir=/opt/xos/synchronizers/vmmeservice/steps |
| 19 | sys_dir=/opt/xos/synchronizers/vmmeservice/sys |
| 20 | logfile=/var/log/xos_backend.log |
| 21 | pretend=False |
| 22 | backoff_disabled=True |
| 23 | save_ansible_output=True |
| 24 | proxy_ssh=False |