mirror of https://github.com/apache/cloudstack.git
Merge release branch 4.19 to main
* 4.19: Fix ISO url in test_usage.py (#9739)
This commit is contained in:
commit
2fa17617ba
|
|
@ -95,7 +95,7 @@ class Services:
|
||||||
"iso": {
|
"iso": {
|
||||||
"displaytext": "Test ISO",
|
"displaytext": "Test ISO",
|
||||||
"name": "Test ISO",
|
"name": "Test ISO",
|
||||||
"url": "http://people.apache.org/~tsp/dummy.iso",
|
"url": "http://download.cloudstack.org/testing/marvin/dummy.iso",
|
||||||
# Source URL where ISO is located
|
# Source URL where ISO is located
|
||||||
"isextractable": True,
|
"isextractable": True,
|
||||||
"isfeatured": True,
|
"isfeatured": True,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue