Drop auth version attribute

This is not even used anymore and is causing issues downstream for testing since
it was removed in openstack-common.

Change-Id: I4411e69c78e0ef41e271eee15caaafbe2eb4b7c1
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2019-06-14 16:31:29 -07:00
parent ef1227d2f5
commit b5114fbe2f
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ default['openstack']['dns']['custom_template_banner'] = '
default['openstack']['dns']['service_role'] = 'service'
default['openstack']['dns']['syslog']['use'] = false
default['openstack']['dns']['api']['auth']['version'] = node['openstack']['api']['auth']['version']
# Settings for the default pool
default['openstack']['dns']['pool']['ns_hostnames'] = ['ns1.example.org.']
default['openstack']['dns']['pool']['ns_addresses'] = ['127.0.0.1']