cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #00757
[Merge] lp:~phurley/cloud-init/nocloud-doc into lp:cloud-init
Peter Hurley has proposed merging lp:~phurley/cloud-init/nocloud-doc into lp:cloud-init.
Requested reviews:
cloud init development team (cloud-init-dev)
For more details, see:
https://code.launchpad.net/~phurley/cloud-init/nocloud-doc/+merge/280908
Single commit to document the requirement that the volume label must be 'cidata' for the filesystem to be recognized as a potential NoCloud datasource.
--
Your team cloud init development team is requested to review the proposed merge of lp:~phurley/cloud-init/nocloud-doc into lp:cloud-init.
=== modified file 'doc/sources/nocloud/README.rst'
--- doc/sources/nocloud/README.rst 2013-02-05 07:10:36 +0000
+++ doc/sources/nocloud/README.rst 2015-12-17 19:08:34 +0000
@@ -3,7 +3,7 @@
having a network at all).
You can provide meta-data and user-data to a local vm boot via files on a `vfat`_
-or `iso9660`_ filesystem.
+or `iso9660`_ filesystem. The filesystem volume label must be ``cidata``.
These user-data and meta-data files are expected to be
in the following format.
Follow ups