canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #02022
[Merge] autopkgtest-cloud:arm64-not-amd64 into autopkgtest-cloud:master
Brian Murray has proposed merging autopkgtest-cloud:arm64-not-amd64 into autopkgtest-cloud:master.
Requested reviews:
Canonical's Ubuntu QA (canonical-ubuntu-qa)
For more details, see:
https://code.launchpad.net/~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/456551
I'm not sure how this line became incorrect but it is.
--
Your team Canonical's Ubuntu QA is requested to review the proposed merge of autopkgtest-cloud:arm64-not-amd64 into autopkgtest-cloud:master.
diff --git a/docs/lxd.rst b/docs/lxd.rst
index 14b37f7..1f88c67 100644
--- a/docs/lxd.rst
+++ b/docs/lxd.rst
@@ -27,7 +27,7 @@ To deploy a new node, after having sourced the cloud ``.rc`` file:
.. code-block::
- $ IMAGE=$(openstack image list --format csv -c Name --quote none | grep auto-sync/ubuntu-focal-daily-amd64-server | tail -n1)
+ $ IMAGE=$(openstack image list --format csv -c Name --quote none | grep auto-sync/ubuntu-focal-daily-arm64-server | tail -n1)
$ NET_ID=$(openstack network show net_prod-proposed-migration --format json | jq -r '."id"')
$ openstack server create --image $IMAGE --flavor cpu8-ram8-disk100 --nic net-id=$NET_ID --key-name wendigo --security-group default --security-group lxd --user-data ~/autopkgtest-cloud/autopkgtest-cloud/tools/armhf-lxd.userdata -- lxd-armhfN