Move default DNS driver to bind9

Change-Id: I1791da2b7662620c050257535ed75a7ce8e90068
(cherry picked from commit 8274c9394a)
This commit is contained in:
Graham Hayes 2017-09-13 10:26:16 -06:00
parent efbf5acedc
commit be5a66a5c1
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ enable_service designate,designate-central,designate-api,designate-pool-manager,
# Backend Driver (e.g. powerdns, bind9. See designate.backend section of
# setup.cfg)
#DESIGNATE_BACKEND_DRIVER=powerdns
#DESIGNATE_BACKEND_DRIVER=bind9
# Agent Backend Driver (Used only when DESIGNATE_BACKEND_DRIVER=agent)
#DESIGNATE_AGENT_BACKEND_DRIVER=fake

View File

@ -1,5 +1,5 @@
# Default options
DESIGNATE_BACKEND_DRIVER=${DESIGNATE_BACKEND_DRIVER:=powerdns}
DESIGNATE_BACKEND_DRIVER=${DESIGNATE_BACKEND_DRIVER:=bind9}
DESIGNATE_AGENT_BACKEND_DRIVER=${DESIGNATE_AGENT_BACKEND_DRIVER:-"fake"}
DESIGNATE_POOL_MANAGER_CACHE_DRIVER=${DESIGNATE_POOL_MANAGER_CACHE_DRIVER:-memcache}
DESIGNATE_POOL_ID=${DESIGNATE_POOL_ID:-794ccc2c-d751-44fe-b57f-8894c9f5c842}