diff --git a/etc/designate/pools.yaml.sample b/etc/designate/pools.yaml.sample index c5f81e8b7..52ff760c9 100644 --- a/etc/designate/pools.yaml.sample +++ b/etc/designate/pools.yaml.sample @@ -25,8 +25,6 @@ nameservers: - host: 192.0.2.2 port: 53 - - host: 192.0.2.3 - port: 53 # List out the targets for this pool. For PowerDNS, this is the database # (or databases, if you deploy a separate DB for each PowerDNS server) @@ -42,7 +40,7 @@ # PowerDNS Configuration options options: - host: 192.0.2.1 + host: 192.0.2.2 port: 53 connection: 'mysql+pymysql://designate:password@127.0.0.1/designate_pdns?charset=utf8' diff --git a/etc/designate/pools.yaml.sample-multiple-pools b/etc/designate/pools.yaml.sample-multiple-pools index d7ce2db5f..02f42993d 100644 --- a/etc/designate/pools.yaml.sample-multiple-pools +++ b/etc/designate/pools.yaml.sample-multiple-pools @@ -20,8 +20,6 @@ nameservers: - host: 192.0.2.2 port: 53 - - host: 192.0.2.3 - port: 53 # List out the targets for this pool. For PowerDNS, this is the database # (or databases, if you deploy a separate DB for each PowerDNS server)