~openstack-charmers/ubuntu/precise/serverstack-dns/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[DEFAULT]
# File containing tenant ids whos network events to be monitored (should
# contain yours)
include_tenants = /etc/serverstack-dns/tenant_ids
# File that will contain dns entries
hosts_file = /etc/serverstack-dns/tenant_hosts
# domain name associated with tenant network
domain = openstacklocal
#add current tenant instances to the hosts
add_current_instances=False

# connection info for serverstack's rabbit server.  these settings
# should match neutron's
rabbit_user = %RABBIT_USER%
rabbit_password = %RABBIT_PASSWORD%
rabbit_host = %RABBIT_HOST%
rabbit_vhost = %RABBIT_VHOST%
rabbit_exchange = %RABBIT_EXCHANGE%
rabbit_topic = notifications.info

# openstack tenant info
os_username = %OS_USERNAME%
os_password = %OS_PASSWORD%
os_tenant_name = %OS_TENANT_NAME%
os_auth_url = %OS_AUTH_URL%

# upstream dns forwarding
upstream_dns = 10.98.191.11