This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a commit to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.20 by this push:
new 653b9738400 Update ubuntu image link for template download (#10559)
653b9738400 is described below
commit 653b9738400d6b39fc4009ceb77b90d2609073a3
Author: Pearl Dsilva <[email protected]>
AuthorDate: Wed Mar 19 08:33:44 2025 -0400
Update ubuntu image link for template download (#10559)
---
tools/marvin/marvin/config/test_data.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/marvin/marvin/config/test_data.py
b/tools/marvin/marvin/config/test_data.py
index 3485eeb8b18..bde48c87616 100644
--- a/tools/marvin/marvin/config/test_data.py
+++ b/tools/marvin/marvin/config/test_data.py
@@ -1069,7 +1069,7 @@ test_data = {
"format": "raw",
"hypervisor": "kvm",
"ostype": "Other Linux (64-bit)",
- "url":
"https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img",
+ "url":
"https://cloud-images.ubuntu.com/releases/jammy/release/ubuntu-22.04-server-cloudimg-amd64.img",
"requireshvm": "True",
"ispublic": "True",
"isextractable": "False"