Tony Mack | f3c80f2 | 2013-03-28 22:07:14 -0400 | [diff] [blame] | 1 | [plc] |
| 2 | name=plc |
| 3 | |
Tony Mack | f745b00 | 2013-03-29 17:50:27 -0400 | [diff] [blame] | 4 | [db] |
| 5 | name=planetstack |
| 6 | user=postgres |
| 7 | password=password |
| 8 | host=localhost |
| 9 | port=5432 |
| 10 | |
Tony Mack | f3c80f2 | 2013-03-28 22:07:14 -0400 | [diff] [blame] | 11 | [api] |
| 12 | host=localhost |
| 13 | port=8000 |
| 14 | ssl_key=None |
| 15 | ssl_cert=None |
| 16 | ca_ssl_cert=None |
| 17 | ratelimit_enabled=0 |
| 18 | omf_enabled=0 |
| 19 | mail_support_address=support@localhost |
| 20 | |
| 21 | [nova] |
| 22 | admin_user=admin@domain.com |
| 23 | admin_password=admin |
| 24 | admin_tenant=admin |
| 25 | url=http://localhost:5000/v2.0/ |
| 26 | default_image=None |
| 27 | default_flavor=m1.small |
| 28 | default_security_group=default |