diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-03-14 11:38:24 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-03-14 11:38:24 -0400 |
commit | 8c9714f1427c7d67fca0db939176cdd6e701abd2 (patch) | |
tree | 45fef2311c343cb9123d8a1240ea4e34ae0e656f | |
parent | 8a929e66f2fe2aaed968ec23aeaf6d3b3c68cb65 (diff) | |
parent | 22c7762b0c4a6abc96bdb7fd494599af343eb622 (diff) | |
download | vyos-cloud-init-8c9714f1427c7d67fca0db939176cdd6e701abd2.tar.gz vyos-cloud-init-8c9714f1427c7d67fca0db939176cdd6e701abd2.zip |
doc: document that volume label must be 'cidata' NocCloud datasource.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | doc/sources/nocloud/README.rst | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -89,6 +89,7 @@ - groups: add defalt user to 'lxd' group. Create groups listed for a user if they do not exist. (LP: #1539317) - dmi data: fix failure of reading dmi data for unset dmi values + - doc: mention label for nocloud datasource must be 'cidata' [Peter Hurley] 0.7.6: - open 0.7.6 diff --git a/doc/sources/nocloud/README.rst b/doc/sources/nocloud/README.rst index aa3cf1a3..08a39377 100644 --- a/doc/sources/nocloud/README.rst +++ b/doc/sources/nocloud/README.rst @@ -3,7 +3,7 @@ and meta-data to the instance without running a network service (or even without 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. |