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:
Emilien Macchi
2015-12-23 23:06:15 +01:00
parent 8e506f0167
commit 5917ed6fb8
2 changed files with 3 additions and 5 deletions

View File

@@ -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',