Charm does not enable V2 API (needed for openstack CLI)

Designate Charm does not enable the V2 API, but the openstack cli
requires the V2 API in order to work and function.

Change-Id: I6122b8c6c586954c0aa3a66019d9907df080beed
Closes-Bug: 1689547
This commit is contained in:
Tytus Kurek 2017-06-19 14:06:10 +02:00 committed by Alex Kavanagh
parent 6379bf57e7
commit dda647eecb
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ api_port = '{{ options.service_listen_info.designate_api.port }}'
enabled_extensions_v1 = sync, touch
# Enable Version 2 API
#enable_api_v2 = True
enable_api_v2 = True
# Enabled API Version 2 extensions
#enabled_extensions_v2 =