Stop setting auth_version in DEFAULT section of nova.conf

This option never belonged there anyway, we hardcode to "v3" in the
keystone_authtoken section already.

Change-Id: If2d13f9c4eee0a3e1083b39dc55627007c936c77
This commit is contained in:
Jens Harbott 2019-04-29 10:59:47 +00:00
parent bf0aeae4f5
commit 5880fb5975
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ default['openstack']['compute']['conf'].tap do |conf|
conf['DEFAULT']['log_dir'] = '/var/log/nova'
conf['DEFAULT']['state_path'] = '/var/lib/nova'
conf['DEFAULT']['compute_driver'] = 'libvirt.LibvirtDriver'
conf['DEFAULT']['auth_version'] = node['openstack']['api']['auth']['version']
conf['DEFAULT']['instances_path'] = "#{node['openstack']['compute']['conf']['DEFAULT']['state_path']}/instances"
conf['DEFAULT']['enabled_apis'] = 'osapi_compute'
if node['openstack']['compute']['syslog']['use'] #= false