Remove v1 API configuration

Change-Id: If886f33bb089480acdcfbb29a106ac68ca62b08e
This commit is contained in:
Graham Hayes 2018-02-14 16:41:32 +00:00 committed by Jesse Pretorius (odyssey4me)
parent 39b20f07ce
commit 91f7e1d308
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