Fix deprecations in tempest.conf

Some settings in tempest.conf.j2 do not appear
to be supported and or are deprecated according
to tempest docs and code.

This commit correctly applies domain settings.

Change-Id: Iebddb0ea07416359dcb12ce50b18dc236b2b3ce1
This commit is contained in:
Michael Gugino 2016-08-04 17:40:52 -04:00 committed by Jesse Pretorius (odyssey4me)
parent bef45a34e6
commit bd824ce3c8
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,8 @@ use_stderr = false
[auth]
tempest_roles = remote_image
use_dynamic_credentials = True
default_credentials_domain_name = Default
admin_domain_name = Default
[baremetal]
endpoint_type = internalURL
@ -88,7 +89,6 @@ alt_domain_name = Default
admin_username = {{ keystone_admin_user_name }}
admin_tenant_name = {{ keystone_admin_tenant_name }}
admin_password = {{ keystone_auth_admin_password }}
admin_domain_name = Default
[identity-feature-enabled]