diff options
author | James Falcon <TheRealFalcon@users.noreply.github.com> | 2021-06-10 12:13:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 11:13:25 -0600 |
commit | b11632d1b105ee696abe085051decdee523a87c1 (patch) | |
tree | d9cddda846cbfb7627f7475f25e66e94671485f3 | |
parent | 9c400e464f358cfe808d69b08be139f7695fea8a (diff) | |
download | vyos-cloud-init-b11632d1b105ee696abe085051decdee523a87c1.tar.gz vyos-cloud-init-b11632d1b105ee696abe085051decdee523a87c1.zip |
doc: Update NoCloud docs stating required files (#918)
LP: #1931577
-rw-r--r-- | doc/rtd/topics/datasources/nocloud.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/rtd/topics/datasources/nocloud.rst b/doc/rtd/topics/datasources/nocloud.rst index edb41e2a..dbe21834 100644 --- a/doc/rtd/topics/datasources/nocloud.rst +++ b/doc/rtd/topics/datasources/nocloud.rst @@ -50,6 +50,8 @@ These user-data and meta-data files are expected to be in the following format. /user-data /meta-data +Both files are required to be present for it to be considered a valid seed ISO. + Basically, user-data is simply user-data and meta-data is a yaml formatted file representing what you'd find in the EC2 metadata service. |