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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user