diff options
author | Brian Candler <b.candler@pobox.com> | 2017-07-08 16:31:08 +0100 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-07-11 10:01:26 -0400 |
commit | a703c6a8b67bb56cb76bec65a67e62d344923ca8 (patch) | |
tree | 0949f3d432071479e59b635153e9557aea7a39f7 /doc | |
parent | 4d9f24f5c385cb7fa21d87a097ccd9a297613a75 (diff) | |
download | vyos-cloud-init-a703c6a8b67bb56cb76bec65a67e62d344923ca8.tar.gz vyos-cloud-init-a703c6a8b67bb56cb76bec65a67e62d344923ca8.zip |
doc: document the cmdline options to NoCloud
Add permitted keys to documentation on seeding NoCloud.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rtd/topics/datasources/nocloud.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/rtd/topics/datasources/nocloud.rst b/doc/rtd/topics/datasources/nocloud.rst index 665057f3..08578e86 100644 --- a/doc/rtd/topics/datasources/nocloud.rst +++ b/doc/rtd/topics/datasources/nocloud.rst @@ -24,6 +24,16 @@ or ds=nocloud-net[;key=val;key=val] +The permitted keys are: + +- ``h`` or ``local-hostname`` +- ``i`` or ``instance-id`` +- ``s`` or ``seedfrom`` + +With ``ds=nocloud``, the ``seedfrom`` value must start with ``/`` or +``file://``. With ``ds=nocloud-net``, the ``seedfrom`` value must start +with ``http://``, ``https://`` or ``ftp://`` + e.g. you can pass this option to QEMU: :: |