Skip to content

Commit 9521e4e

Browse files
committed
Use secure CirrOS image in tempest by default
1 parent 40a1526 commit 9521e4e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# Blank file
1+
[openstack]
2+
# Use a StackHPC-built image without a default password.
3+
img_url=https://github.com/stackhpc/cirros/releases/download/20231206/cirros-d231206-x86_64-disk.img

.automation.conf/tempest/tempest-ci-multinode.overrides.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[DEFAULT]
22
openstack_client_http_timeout = 300
33

4+
[openstack]
5+
img_url=https://github.com/stackhpc/cirros/releases/download/20231206/cirros-d231206-x86_64-disk.img
6+
47
[auth]
58
compute_quotas = cores:-1,ram:-1
69

0 commit comments

Comments
 (0)