Merge "Add clean_zonefile to BIND9 pool.yaml doc"

This commit is contained in:
Zuul 2023-11-17 02:35:22 +00:00 committed by Gerrit Code Review
commit 5f6d25c0b7
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -15,3 +15,4 @@
rndc_host: 192.0.2.2
rndc_port: 953
rndc_key_file: /etc/designate/rndc.key
clean_zonefile: false