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
This commit is contained in:
parent
f9c8b2ab68
commit
07e7efd1a9
@ -8,6 +8,7 @@
|
|||||||
--debug \
|
--debug \
|
||||||
-v \
|
-v \
|
||||||
--create \
|
--create \
|
||||||
|
--image {{ url_cirros_image }} \
|
||||||
--out ./etc/tempest_admin.conf
|
--out ./etc/tempest_admin.conf
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
@ -23,9 +24,9 @@
|
|||||||
--debug \
|
--debug \
|
||||||
-v \
|
-v \
|
||||||
--create \
|
--create \
|
||||||
|
--image {{ url_cirros_image }} \
|
||||||
--out ./etc/tempest_admin.conf \
|
--out ./etc/tempest_admin.conf \
|
||||||
{{ additional_tempestconf_params }} \
|
{{ additional_tempestconf_params }}
|
||||||
image.http_image {{ url_cirros_image }}
|
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: "{{ refstack_client_source }}"
|
chdir: "{{ refstack_client_source }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user