Add clean_zonefile to BIND9 pool.yaml doc
This patch adds an example of the "clean_zonefile" option in the BIND9 targets in the pools.yaml file. The option has existed in the code, but was not documented in any way. It also enables this feature in the bind9 devstack plugin for testing and to reduce the storage utilization during test runs. Change-Id: I70b92b400cfeb059d1a1889ffa72621e0011d8c6
This commit is contained in:
parent
dc70b92140
commit
5809159e4a
@ -115,6 +115,7 @@ function configure_designate_backend {
|
||||
rndc_port: $DESIGNATE_SERVICE_PORT_RNDC
|
||||
rndc_config_file: $BIND_CFG_DIR/rndc.conf
|
||||
rndc_key_file: $BIND_CFG_DIR/rndc.key
|
||||
clean_zonefile: true
|
||||
EOF
|
||||
|
||||
sudo chown $STACK_USER $BIND_CFG_DIR
|
||||
|
@ -15,3 +15,4 @@
|
||||
rndc_host: 192.0.2.2
|
||||
rndc_port: 953
|
||||
rndc_key_file: /etc/designate/rndc.key
|
||||
clean_zonefile: false
|
||||
|
Loading…
Reference in New Issue
Block a user