← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~shaerpour/cloud-init:doc/launch-libvirt into cloud-init:main

 

Amirhossein Shaerpour has proposed merging ~shaerpour/cloud-init:doc/launch-libvirt into cloud-init:main.

Commit message:
doc: change `jammy` to `noble`

Requested reviews:
  cloud-init Commiters (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~shaerpour/cloud-init/+git/cloud-init/+merge/490921

change `jammy` to `noble` as user downloaded noble distro in `Download a cloud image` section.
-- 
Your team cloud-init Commiters is requested to review the proposed merge of ~shaerpour/cloud-init:doc/launch-libvirt into cloud-init:main.
diff --git a/doc/rtd/howto/launch_libvirt.rst b/doc/rtd/howto/launch_libvirt.rst
index 3b481ed..fa05b1b 100644
--- a/doc/rtd/howto/launch_libvirt.rst
+++ b/doc/rtd/howto/launch_libvirt.rst
@@ -21,8 +21,8 @@ Create an instance
 .. code-block:: shell-session
 
     virt-install --name cloud-init-001 --memory 4000 --noreboot \
-        --os-variant detect=on,name=ubuntujammy \
-        --disk=size=10,backing_store="$(pwd)/jammy-server-cloudimg-amd64.img" \
+        --os-variant detect=on,name=ubuntunoble \
+        --disk=size=10,backing_store="$(pwd)/noble-server-cloudimg-amd64.img" \
         --cloud-init user-data="$(pwd)/user-data,meta-data=$(pwd)/meta-data,network-config=$(pwd)/network-config"
 
 .. LINKS