diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-04-28 10:34:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 10:34:10 -0400 |
commit | f5e1d67bf6faf400749ca192c3394c3356b2654e (patch) | |
tree | d5055a0405205118d9ee03a96d3cfae04cb5e09d /doc | |
parent | 429c1ab9b0ee04f5a2287b8579c02907f30e795f (diff) | |
download | vyos-cloud-init-f5e1d67bf6faf400749ca192c3394c3356b2654e.tar.gz vyos-cloud-init-f5e1d67bf6faf400749ca192c3394c3356b2654e.zip |
DataSourceNoCloud/OVF: drop claim to support FTP (#333)
I don't believe this has ever been supported, looking at the git
history, but it certainly isn't at the moment.
LP: #1875470
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rtd/topics/datasources/nocloud.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/topics/datasources/nocloud.rst b/doc/rtd/topics/datasources/nocloud.rst index 7cbd1a81..6d3075f4 100644 --- a/doc/rtd/topics/datasources/nocloud.rst +++ b/doc/rtd/topics/datasources/nocloud.rst @@ -32,7 +32,7 @@ The permitted keys are: 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://`` +with ``http://`` or ``https://``. e.g. you can pass this option to QEMU: |