Merge lp:~phurley/cloud-init/nocloud-doc into lp:~cloud-init-dev/cloud-init/trunk

Proposed by Peter Hurley
Status: Merged
Merged at revision: 1183
Proposed branch: lp:~phurley/cloud-init/nocloud-doc
Merge into: lp:~cloud-init-dev/cloud-init/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
doc/sources/nocloud/README.rst (+1/-1)
To merge this branch: bzr merge lp:~phurley/cloud-init/nocloud-doc
Reviewer Review Type Date Requested Status
cloud-init Commiters Pending
Review via email: mp+280908@code.launchpad.net

Description of the change

Single commit to document the requirement that the volume label must be 'cidata' for the filesystem to be recognized as a potential NoCloud datasource.

To post a comment you must log in.
Revision history for this message
Scott Moser (smoser) wrote :

merged. thanks.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/sources/nocloud/README.rst'
2--- doc/sources/nocloud/README.rst 2013-02-05 07:10:36 +0000
3+++ doc/sources/nocloud/README.rst 2015-12-17 19:08:34 +0000
4@@ -3,7 +3,7 @@
5 having a network at all).
6
7 You can provide meta-data and user-data to a local vm boot via files on a `vfat`_
8-or `iso9660`_ filesystem.
9+or `iso9660`_ filesystem. The filesystem volume label must be ``cidata``.
10
11 These user-data and meta-data files are expected to be
12 in the following format.