Merge autopkgtest-cloud:arm64-not-amd64 into autopkgtest-cloud:master

Proposed by Brian Murray
Status: Merged
Approved by: Tim Andersson
Approved revision: fcc700f18942bffa0de964eadcdada2a92eb600b
Merged at revision: fcc700f18942bffa0de964eadcdada2a92eb600b
Proposed branch: autopkgtest-cloud:arm64-not-amd64
Merge into: autopkgtest-cloud:master
Diff against target: 12 lines (+1/-1)
1 file modified
docs/lxd.rst (+1/-1)
Reviewer Review Type Date Requested Status
Tim Andersson Approve
Skia Approve
Review via email: mp+456551@code.launchpad.net

Description of the change

I'm not sure how this line became incorrect but it is.

To post a comment you must log in.
Revision history for this message
Skia (hyask) wrote :

LGTM. armd64 is indeed confusing :D

review: Approve
Revision history for this message
Tim Andersson (andersson123) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/docs/lxd.rst b/docs/lxd.rst
2index 14b37f7..1f88c67 100644
3--- a/docs/lxd.rst
4+++ b/docs/lxd.rst
5@@ -27,7 +27,7 @@ To deploy a new node, after having sourced the cloud ``.rc`` file:
6
7 .. code-block::
8
9- $ IMAGE=$(openstack image list --format csv -c Name --quote none | grep auto-sync/ubuntu-focal-daily-amd64-server | tail -n1)
10+ $ IMAGE=$(openstack image list --format csv -c Name --quote none | grep auto-sync/ubuntu-focal-daily-arm64-server | tail -n1)
11 $ NET_ID=$(openstack network show net_prod-proposed-migration --format json | jq -r '."id"')
12 $ 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
13

Subscribers

People subscribed via source and target branches