From 2ae25faae378f84543a0f64541ad9fffc45e9890 Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 6 Sep 2017 15:58:57 +0100 Subject: [PATCH] Re-enable v1 API for charm compatibility Pike disables the v1 API be default; re-enable universally until the charm can be refactored to support the v2 API. Change-Id: Ib71f8b6187add4c28170b27d04f5d203f855ac82 Closes-Bug: 1715411 --- src/templates/mitaka/designate.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/mitaka/designate.conf b/src/templates/mitaka/designate.conf index 8f8a337..06adc2d 100644 --- a/src/templates/mitaka/designate.conf +++ b/src/templates/mitaka/designate.conf @@ -108,7 +108,7 @@ api_port = '{{ options.service_listen_info.designate_api.port }}' #auth_strategy = keystone # Enable Version 1 API (deprecated) -#enable_api_v1 = True +enable_api_v1 = True # Enabled API Version 1 extensions # Can be one or more of : diagnostics, quotas, reports, sync, touch