Matteo Scandolo | b3cc430 | 2015-12-08 17:47:42 -0800 | [diff] [blame] | 1 | [plc] |
| 2 | name=plc |
| 3 | deployment=plc |
| 4 | |
| 5 | [db] |
| 6 | name=xos |
| 7 | user=postgres |
| 8 | password=password |
| 9 | host=localhost |
| 10 | port=5432 |
| 11 | |
| 12 | [api] |
| 13 | host=localhost |
| 14 | port=8000 |
| 15 | ssl_key=None |
| 16 | ssl_cert=None |
| 17 | ca_ssl_cert=None |
| 18 | ratelimit_enabled=0 |
| 19 | omf_enabled=0 |
| 20 | mail_support_address=support@localhost |
| 21 | nova_enabled=True |
| 22 | logfile=/var/log/xos.log |
| 23 | |
| 24 | [nova] |
| 25 | admin_user=admin@domain.com |
| 26 | admin_password=admin |
| 27 | admin_tenant=admin |
| 28 | url=http://localhost:5000/v2.0/ |
| 29 | default_image=None |
| 30 | default_flavor=m1.small |
| 31 | default_security_group=default |
| 32 | ca_ssl_cert=/etc/ssl/certs/ca-certificates.crt |
| 33 | |
| 34 | [observer] |
| 35 | pretend=False |
| 36 | backoff_disabled=False |
| 37 | images_directory=/opt/xos/images |
| 38 | dependency_graph=/opt/xos/model-deps |
| 39 | logfile=/var/log/xos_backend.log |
Pingping Lin | 3df9b35 | 2016-04-01 01:53:19 -0700 | [diff] [blame] | 40 | proxy_ssh=True |
| 41 | proxy_ssh_key=/root/setup/node_key |
| 42 | proxy_ssh_user=root |
Matteo Scandolo | b3cc430 | 2015-12-08 17:47:42 -0800 | [diff] [blame] | 43 | |
| 44 | [gui] |
| 45 | disable_minidashboard=True |
Andy Bavier | a883bb9 | 2016-01-04 11:04:25 -0500 | [diff] [blame] | 46 | branding_name=Open Cloud |
| 47 | branding_icon=/static/logo.png |
Matteo Scandolo | 1c267cc | 2016-02-04 14:48:01 -0800 | [diff] [blame] | 48 | branding_favicon=/static/favicon.png |
Pingping Lin | fa30bae | 2016-03-03 09:52:24 -0800 | [diff] [blame] | 49 | |
| 50 | [networking] |
| 51 | use_vtn=True |