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
This commit is contained in:
James Page 2017-09-06 15:58:57 +01:00
parent af969ceb2c
commit 2ae25faae3
1 changed files with 1 additions and 1 deletions

View File

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