From 07e7efd1a9c9c6608a947acc7d17859e951c1438 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Wed, 1 Sep 2021 06:27:22 +0000 Subject: [PATCH] Use image arg when generating accounts Let's pass image via --image argument instead of passing overrides (image.http_image) values when generating accounts.yaml. Change-Id: I4819a91fea6b125f60cc752b236824335301afac --- tasks/generate-accounts.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasks/generate-accounts.yaml b/tasks/generate-accounts.yaml index 43cb840..648ce9c 100644 --- a/tasks/generate-accounts.yaml +++ b/tasks/generate-accounts.yaml @@ -8,6 +8,7 @@ --debug \ -v \ --create \ + --image {{ url_cirros_image }} \ --out ./etc/tempest_admin.conf args: executable: /bin/bash @@ -23,9 +24,9 @@ --debug \ -v \ --create \ + --image {{ url_cirros_image }} \ --out ./etc/tempest_admin.conf \ - {{ additional_tempestconf_params }} \ - image.http_image {{ url_cirros_image }} + {{ additional_tempestconf_params }} args: executable: /bin/bash chdir: "{{ refstack_client_source }}"