Fix config_tempest.py args for Newton

* For newton, we need to pass identity.uri admin password and
  username. It got removed somehow while refactoring, We need
  to fix by fixing the condition.

Change-Id: I891b85bea7db931f9924a124b07bd340f1e4bdb8
This commit is contained in:
Chandan Kumar
2018-04-25 17:00:14 +05:30
parent b9549a72f1
commit e754119d3a

View File

@@ -120,7 +120,7 @@ $TEMPESTCONF --out etc/tempest.conf \
{% endfor %}
{% endif %}
--create \
{% if release in ['ocata', 'pike'] %}
{% if release in ['newton', 'ocata', 'pike'] %}
identity.uri $OS_AUTH_URL \
identity.admin_password $OS_PASSWORD \
identity.admin_username $OS_USERNAME \