puppet-openstack-integration/templates/rndc.conf.erb
Emilien Macchi a1f39858b4 Re-enable Designate on CentOS7
A fix was merged in Designate to not depend on Monasca:
https://review.openstack.org/#/c/389800/

This patch re-enable Designate testing on CentOS for Ocata.
Though we disable IPv6 which seems broken at this time.

Change-Id: Ia916cb10ced94d03003e131228ec645d76616ae9
2017-02-02 22:15:04 +00:00

7 lines
130 B
Plaintext

include "/etc/rndc.key";
options {
default-key "rndc-key";
default-server 127.0.0.1;
default-port 953;
};