Set auth_region to $::os_service_default and drop warning
This commit [1] introduced a weird warning that send a warning by default. This patch: * sets auth_region to the default value in OpenStack using $::os_service_default * drops the warning [1] Id7a6894e5bb12fc7697dfe23e5f9d4a44a719086 Change-Id: Ia5fcbb6333c3466232ac16a552f90f950313230f
This commit is contained in:
@@ -22,7 +22,7 @@ describe 'glance::api' do
|
||||
:log_file => '/var/log/glance/api.log',
|
||||
:log_dir => '/var/log/glance',
|
||||
:auth_type => 'keystone',
|
||||
:auth_region => 'RegionOne',
|
||||
:auth_region => '<SERVICE DEFAULT>',
|
||||
:enabled => true,
|
||||
:manage_service => true,
|
||||
:backlog => '4096',
|
||||
|
||||
Reference in New Issue
Block a user