Replace deprecated identity options for tempest

The admin_* options in identity group are deprecated:
https://github.com/openstack/tempest/blob/master/tempest/config.py#L92-L114

Change-Id: I9c82e9d8c1f7db088a4b99ee82d8b2b3840364d4
Closes-bug: #1649174
This commit is contained in:
liyingjun 2016-12-12 11:04:46 +08:00 committed by Tomasz Trębski
parent 2016ec57c8
commit baed5c7828
1 changed files with 4 additions and 4 deletions

View File

@ -36,10 +36,6 @@ username = mini-mon
password = password
tenant_name = mini-mon
domain_name = Default
admin_username = admin
admin_password = secretadmin
admin_domain_name = Default
admin_tenant_name = admin
alt_username = mini-mon
alt_password = password
alt_tenant_name = mini-mon
@ -52,6 +48,10 @@ uri_v3 = http://127.0.0.1:35357/v3/
use_dynamic_credentials = true
tempest_roles = monasca-user
admin_project_name = admin
admin_username = admin
admin_password = secretadmin
admin_domain_name = Default
```