summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVlastimil Holer <vlastimil.holer@gmail.com>2012-10-03 13:47:24 +0200
committerVlastimil Holer <vlastimil.holer@gmail.com>2012-10-03 13:47:24 +0200
commita9939fe768e04d52fe530c7467357d79b78a21f4 (patch)
tree7cd3ba7f4c8a877779afc476ca844af532ee5fed /doc
parent8a8f6095586c6c6d49df09e09f513b2408714282 (diff)
downloadvyos-cloud-init-a9939fe768e04d52fe530c7467357d79b78a21f4.tar.gz
vyos-cloud-init-a9939fe768e04d52fe530c7467357d79b78a21f4.zip
Minor OpenNebula's documentation tuning.
Diffstat (limited to 'doc')
-rw-r--r--doc/sources/opennebula/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/sources/opennebula/README b/doc/sources/opennebula/README
index 97d8fb8b..772a5b99 100644
--- a/doc/sources/opennebula/README
+++ b/doc/sources/opennebula/README
@@ -9,8 +9,8 @@ DataSourceOpenNebula as contextualization disk:
== Content of config-drive ==
* context.sh
- This is the only mandatory file on context disk, the rest depends
- on contextualization parameter FILES and thus are optional. It's
+ This is the only mandatory file on context disk, the rest content depends
+ on contextualization parameter FILES and thus is optional. It's
a shell script defining all context parameters. This script is
processed by bash (/bin/bash) to simulate behaviour of common
OpenNebula context scripts. Processed variables are handed over
@@ -18,7 +18,8 @@ DataSourceOpenNebula as contextualization disk:
== Configuration ==
Cloud-init's behaviour can be modified by context variables found
-in the context.sh file in the folowing ways:
+in the context.sh file in the folowing ways (variable names are
+case-insensitive):
* dsmode:
values: local, net, disabled
default: None
@@ -39,7 +40,7 @@ in the context.sh file in the folowing ways:
* public_ip:
default: None
- If hostname not specified, public_ip is used to resolve hostname.
+ If hostname not specified, public_ip is used to DNS resolve hostname.
* 'user_data' or 'userdata':
default: None
@@ -62,5 +63,4 @@ mounts:
- [vdc,none,swap,sw,0,0]
runcmd:
- echo 'Instance has been configured by cloud-init.' | wall
-
" ]