curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #00423
[Merge] ~legovini/curtin:update-maas-streams-url into curtin:master
Paride Legovini has proposed merging ~legovini/curtin:update-maas-streams-url into curtin:master.
Commit message:
vmtest-sync-images: update the URL of the maas streams
The old URL goes through a couple of redirects but does not land at the
correct location.
Requested reviews:
curtin developers (curtin-dev)
For more details, see:
https://code.launchpad.net/~legovini/curtin/+git/curtin/+merge/384245
--
Your team curtin developers is requested to review the proposed merge of ~legovini/curtin:update-maas-streams-url into curtin:master.
diff --git a/tests/vmtests/image_sync.py b/tests/vmtests/image_sync.py
index 2559984..e460e02 100644
--- a/tests/vmtests/image_sync.py
+++ b/tests/vmtests/image_sync.py
@@ -34,7 +34,7 @@ def environ_get(key, default):
IMAGE_SRC_URL = environ_get(
'IMAGE_SRC_URL',
- "http://maas.ubuntu.com/images/ephemeral-v3/daily/streams/v1/index.sjson")
+ "http://images.maas.io/ephemeral-v3/daily/streams/v1/index.sjson")
IMAGE_DIR = environ_get("IMAGE_DIR", "/srv/images")
KEYRING = environ_get(
Follow ups