Remove unnecessary CLI options from roles

Overrides auth.admin_password and identity.uri are no longer
needed.

Change-Id: Iaa1f5bdd017ef443bf063fdd57c9cfdff75e9613
This commit is contained in:
Martin Kopec 2018-10-30 15:57:04 +00:00
parent aab99ff6dd
commit f9deb1a92e
1 changed files with 0 additions and 2 deletions

View File

@ -17,6 +17,4 @@ discover-tempest-config \
{% elif test_demo_user and create_accounts_file %}
--create-accounts-file ./etc/accounts.yaml \
{% endif %}
identity.uri $OS_AUTH_URL \
auth.admin_password $OS_PASSWORD \
{{ aditional_tempestconf_params }}