summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-02-04 22:23:42 -0500
committerScott Moser <smoser@ubuntu.com>2013-02-04 22:23:42 -0500
commitf3b25e68ac6d28cdacf7408c91da6e9a215ad1e6 (patch)
tree43dcc11fe3a3f39048f3b4ce19123f710356f621 /doc
parent1bb72070b70edaa960b3158feba936fbc3687b1f (diff)
downloadvyos-cloud-init-f3b25e68ac6d28cdacf7408c91da6e9a215ad1e6.tar.gz
vyos-cloud-init-f3b25e68ac6d28cdacf7408c91da6e9a215ad1e6.zip
make config of nocloud datasource able to specify meta-data and user-data
LP: #1115833
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/cloud-config-datasources.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/examples/cloud-config-datasources.txt b/doc/examples/cloud-config-datasources.txt
index d10dde05..fc8c22d4 100644
--- a/doc/examples/cloud-config-datasources.txt
+++ b/doc/examples/cloud-config-datasources.txt
@@ -31,3 +31,14 @@ datasource:
# <url>/user-data and <url>/meta-data
# seedfrom: http://my.example.com/i-abcde
seedfrom: None
+
+ # fs_label: the label on filesystems to be searched for NoCloud source
+ fs_label: cidata
+
+ # these are optional, but allow you to basically provide a datasource
+ # right here
+ user-data: |
+ # This is the user-data verbatum
+ meta-data:
+ instance-id: i-87018aed
+ local-hostname: myhost.internal