diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-03-04 14:35:09 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-03-04 14:35:09 -0500 |
commit | a9c7562ff3be9c552d757f24cfa61ef8985fe2e2 (patch) | |
tree | ecdcf5232c9b5d2d0d0145cf1ce5ea3d7170d567 /doc/sources/cloudsigma/README.rst | |
parent | d7b79b1c5703a9fc4d533d15efa5fdb1f4f8352b (diff) | |
parent | 5c95d6817a4aea17054addceef5d955c75390aa1 (diff) | |
download | vyos-cloud-init-a9c7562ff3be9c552d757f24cfa61ef8985fe2e2.tar.gz vyos-cloud-init-a9c7562ff3be9c552d757f24cfa61ef8985fe2e2.zip |
merge from trunk
Diffstat (limited to 'doc/sources/cloudsigma/README.rst')
-rw-r--r-- | doc/sources/cloudsigma/README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/sources/cloudsigma/README.rst b/doc/sources/cloudsigma/README.rst index 1d9160a2..6509b585 100644 --- a/doc/sources/cloudsigma/README.rst +++ b/doc/sources/cloudsigma/README.rst @@ -23,6 +23,10 @@ You can provide user-data to the VM using the dedicated `meta field`_ in the `se header could be omitted. However since this is a raw-text field you could provide any of the valid `config formats`_. +You have the option to encode your user-data using Base64. In order to do that you have to add the +``cloudinit-user-data`` field to the ``base64_fields``. The latter is a comma-separated field with +all the meta fields whit base64 encoded values. + If your user-data does not need an internet connection you can create a `meta field`_ in the `server context`_ ``cloudinit-dsmode`` and set "local" as value. If this field does not exist the default value is "net". |