From 9126c46503d11ffbc975f3f07e7a62ab991a873e Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Tue, 5 Jul 2016 14:04:04 -0600 Subject: [PATCH] Remove deprecated glance_api auth_region The auth_region was deprecated upstream as part of Ie50ab3371386691b72e25e1088198c05edb920b6 so it needs to be removed from our noop tests. Change-Id: Id55123ea3062621463c96a09ffd2eae096febcdb Closes-Bug: #1599278 --- tests/noop/spec/hosts/glance/glance_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/noop/spec/hosts/glance/glance_spec.rb b/tests/noop/spec/hosts/glance/glance_spec.rb index c7b158f94c..51821d0c1d 100644 --- a/tests/noop/spec/hosts/glance/glance_spec.rb +++ b/tests/noop/spec/hosts/glance/glance_spec.rb @@ -108,7 +108,6 @@ describe manifest do should contain_glance_api_config('DEFAULT/delayed_delete').with_value(false) should contain_glance_api_config('DEFAULT/scrub_time').with_value('43200') should contain_glance_api_config('DEFAULT/scrubber_datadir').with_value('/var/lib/glance/scrubber') - should contain_glance_api_config('DEFAULT/auth_region').with_value(region) should contain_glance_api_config('glance_store/os_region_name').with_value(region) should contain_glance_api_config('keystone_authtoken/signing_dir').with_value('/tmp/keystone-signing-glance') should contain_glance_api_config('keystone_authtoken/token_cache_time').with_value('-1')