sts-sponsors team mailing list archive
-
sts-sponsors team
-
Mailing list archive
-
Message #03895
[Merge] ~adam-collard/maas-ci/+git/system-tests:quieter-lxd-launch into ~maas-committers/maas-ci/+git/system-tests:master
Adam Collard has proposed merging ~adam-collard/maas-ci/+git/system-tests:quieter-lxd-launch into ~maas-committers/maas-ci/+git/system-tests:master.
Commit message:
Quieten down lxc launch to avoid spamming logs
Requested reviews:
MAAS Committers (maas-committers)
For more details, see:
https://code.launchpad.net/~adam-collard/maas-ci/+git/system-tests/+merge/434328
--
Your team MAAS Committers is requested to review the proposed merge of ~adam-collard/maas-ci/+git/system-tests:quieter-lxd-launch into ~maas-committers/maas-ci/+git/system-tests:master.
diff --git a/systemtests/lxd.py b/systemtests/lxd.py
index 9d77127..84e45fb 100644
--- a/systemtests/lxd.py
+++ b/systemtests/lxd.py
@@ -72,6 +72,7 @@ class CLILXD:
cmd = [
"lxc",
"launch",
+ "-q",
image,
"-e",
]
Follow ups