Merge "Remove dependency on identity credentials with keystone v3"

This commit is contained in:
Jenkins 2017-09-27 17:37:55 +00:00 committed by Gerrit Code Review
commit 6f173ab3c5
1 changed files with 1 additions and 3 deletions

View File

@ -145,14 +145,12 @@ ${TEMPESTCONF} --out etc/tempest.conf \
--deployer-input ~/{{ tempest_deployer_input_file }} \
--image {{ tempest_test_image_path }} \
--debug --create \
{% if release in ['newton','ocata', 'pike'] %}
identity.uri $OS_AUTH_URL \
{% if release in ['newton','ocata'] %}
identity.admin_password $OS_PASSWORD \
identity.admin_username $OS_USERNAME \
compute.allow_tenant_isolation true \
{% else %}
auth.admin_password $OS_PASSWORD \
auth.admin_username $OS_USERNAME \
auth.use_dynamic_credentials true \
{% endif %}
compute-feature-enabled.attach_encrypted_volume False \