cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #01560
[Merge] ~senk/cloud-init:fix-typo into cloud-init:master
Robin Naundorf has proposed merging ~senk/cloud-init:fix-typo into cloud-init:master.
Requested reviews:
cloud init development team (cloud-init-dev)
For more details, see:
https://code.launchpad.net/~senk/cloud-init/+git/cloud-init/+merge/315614
--
Your team cloud init development team is requested to review the proposed merge of ~senk/cloud-init:fix-typo into cloud-init:master.
diff --git a/doc/rtd/topics/datasources/altcloud.rst b/doc/rtd/topics/datasources/altcloud.rst
index 8646e77..202b0a4 100644
--- a/doc/rtd/topics/datasources/altcloud.rst
+++ b/doc/rtd/topics/datasources/altcloud.rst
@@ -66,7 +66,7 @@ NOTE: The file name on the ISO must be: ``user-data.txt``
.. sourcecode:: sh
- % cp simple_scirpt.bash my-iso/user-data.txt
+ % cp simple_script.bash my-iso/user-data.txt
% genisoimage -o user-data.iso -r my-iso
Verify the ISO
@@ -75,7 +75,7 @@ Verify the ISO
.. sourcecode:: sh
% sudo mkdir /media/vsphere_iso
- % sudo mount -o loop JoeV_CI_02.iso /media/vsphere_iso
+ % sudo mount -o loop user-data.iso /media/vsphere_iso
% cat /media/vsphere_iso/user-data.txt
% sudo umount /media/vsphere_iso
Follow ups