Merge "Remove v1 API configuration"

This commit is contained in:
Zuul 2018-02-15 15:39:18 +00:00 committed by Gerrit Code Review
commit d525d5546b
2 changed files with 5 additions and 7 deletions

View File

@ -0,0 +1,5 @@
---
upgrade:
- Any tooling using the Designate v1 API needs to be reworked to use the v2 API
critical:
- The Designate V1 API has been removed, and cannot be enabled.

View File

@ -101,13 +101,6 @@ enable_host_header = True
# Authentication strategy to use - can be either "noauth" or "keystone"
auth_strategy = keystone
# Enable API Version 1 (deprecated)
enable_api_v1 = True
# Enabled API Version 1 extensions
# Can be one or more of : diagnostics, quotas, reports, sync, touch
enabled_extensions_v1 = diagnostics, quotas, reports, sync, touch
# Enable API Version 2
enable_api_v2 = True