Drop api auth version attribute

This attribute isn't used anywhere and we are dropping the global
attribute that is being referenced here in [0].

[0] https://review.opendev.org/652997

Change-Id: I7899c3e2f60b6bc3ec5266a270bee25eb377417a
This commit is contained in:
Jens Harbott 2019-04-30 13:26:23 +00:00 committed by Jens Harbott (frickler)
parent 9840d394e7
commit 08292ef64f
1 changed files with 0 additions and 2 deletions

View File

@ -70,8 +70,6 @@ default['openstack']['bare_metal']['region'] = node['openstack']['region']
# Keystone settings
default['openstack']['bare_metal']['api']['auth_strategy'] = 'keystone'
default['openstack']['bare_metal']['api']['auth']['version'] = node['openstack']['api']['auth']['version']
# Whether to allow the client to perform insecure SSL (https) requests
default['openstack']['bare_metal']['api']['auth']['insecure'] = false