From efa6d234a30707c72f9388908a9a592b78af6997 Mon Sep 17 00:00:00 2001 From: Tim Simmons Date: Fri, 29 Jul 2016 17:13:38 +0100 Subject: [PATCH] Change bind -> bind9 in docs, sample configs `bind9` is the proper name for the backend Change-Id: I84268f6c97f67eff4a29ee6743a0d8faa25e41e2 --- designate/tests/resources/pools_yaml/multiple-pools.yaml | 4 ++-- doc/source/backends/sample_yaml_snippets/bind.yaml | 2 +- etc/designate/pools.yaml.sample-bind | 4 ++-- etc/designate/pools.yaml.sample-multiple-pools | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/designate/tests/resources/pools_yaml/multiple-pools.yaml b/designate/tests/resources/pools_yaml/multiple-pools.yaml index 6255e4bda..5a36e253f 100644 --- a/designate/tests/resources/pools_yaml/multiple-pools.yaml +++ b/designate/tests/resources/pools_yaml/multiple-pools.yaml @@ -43,7 +43,7 @@ port: 53 targets: - - type: bind + - type: bind9 description: BIND9 Server 1 masters: - host: 192.0.2.1 @@ -52,7 +52,7 @@ rndc_host: 192.0.2.2 rndc_port: 953 rndc_key_file: /etc/designate/rndc.key - - type: bind + - type: bind9 description: BIND9 Server 2 masters: - host: 192.0.2.1 diff --git a/doc/source/backends/sample_yaml_snippets/bind.yaml b/doc/source/backends/sample_yaml_snippets/bind.yaml index 9dbeb221a..e2076268d 100644 --- a/doc/source/backends/sample_yaml_snippets/bind.yaml +++ b/doc/source/backends/sample_yaml_snippets/bind.yaml @@ -1,5 +1,5 @@ targets: - - type: bind + - type: bind9 description: BIND9 Server 1 # List out the designate-mdns servers from which BIND servers should diff --git a/etc/designate/pools.yaml.sample-bind b/etc/designate/pools.yaml.sample-bind index 3647a8c14..5765eb0c6 100644 --- a/etc/designate/pools.yaml.sample-bind +++ b/etc/designate/pools.yaml.sample-bind @@ -25,7 +25,7 @@ # List out the targets for this pool. For BIND, most often, there will be one # entry for each BIND server. targets: - - type: bind + - type: bind9 description: BIND9 Server 1 # List out the designate-mdns servers from which BIND servers should @@ -42,7 +42,7 @@ rndc_port: 953 rndc_key_file: /etc/designate/rndc.key - - type: bind + - type: bind9 description: BIND9 Server 2 # List out the designate-mdns servers from which BIND servers should diff --git a/etc/designate/pools.yaml.sample-multiple-pools b/etc/designate/pools.yaml.sample-multiple-pools index 00e4e6555..d7ce2db5f 100644 --- a/etc/designate/pools.yaml.sample-multiple-pools +++ b/etc/designate/pools.yaml.sample-multiple-pools @@ -74,7 +74,7 @@ # List out the targets for this pool. For BIND, most often, there will be one # entry for each BIND server. targets: - - type: bind + - type: bind9 description: BIND9 Server 1 # List out the designate-mdns servers from which BIND servers should @@ -91,7 +91,7 @@ rndc_port: 953 rndc_key_file: /etc/designate/rndc.key - - type: bind + - type: bind9 description: BIND9 Server 2 # List out the designate-mdns servers from which BIND servers should