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
This commit is contained in:
Alex Schultz 2016-07-05 14:04:04 -06:00
parent ce10e0e6f2
commit 9126c46503
1 changed files with 0 additions and 1 deletions

View File

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