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