diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-02-13 11:11:26 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-02-13 11:11:26 -0500 |
commit | 516160336dfd5897a12aaa213562d6b8e8c7690d (patch) | |
tree | fe25489b30fe648f50b6c3cc1ab2543d2e4c5f55 /doc/sources/cloudsigma/README.rst | |
parent | c722a6e9110b8a5dc33de8911cf5734e14dc523f (diff) | |
parent | 322e404dcbb891bbdecd1da50e6b4789781a71d5 (diff) | |
download | vyos-cloud-init-516160336dfd5897a12aaa213562d6b8e8c7690d.tar.gz vyos-cloud-init-516160336dfd5897a12aaa213562d6b8e8c7690d.zip |
merge from trunk
Diffstat (limited to 'doc/sources/cloudsigma/README.rst')
-rw-r--r-- | doc/sources/cloudsigma/README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sources/cloudsigma/README.rst b/doc/sources/cloudsigma/README.rst index 8cb2b0fe..1d9160a2 100644 --- a/doc/sources/cloudsigma/README.rst +++ b/doc/sources/cloudsigma/README.rst @@ -23,9 +23,9 @@ 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`_. -If your user-data needs an internet connection you have to create a `meta field`_ in the `server context`_ -``cloudinit-dsmode`` and set "net" as value. If this field does not exist the default value is "local". - +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". .. _CloudSigma: http://cloudsigma.com/ |