From 6e156e4877e420050307249345287cf48ff5d795 Mon Sep 17 00:00:00 2001 From: Vlastimil Holer Date: Tue, 10 Sep 2013 15:57:18 +0200 Subject: Update OpenNebula documentation (parseuser, more fs. labels, K-V single quotes) --- doc/sources/opennebula/README.rst | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'doc/sources') diff --git a/doc/sources/opennebula/README.rst b/doc/sources/opennebula/README.rst index a84aebd4..4d7de27a 100644 --- a/doc/sources/opennebula/README.rst +++ b/doc/sources/opennebula/README.rst @@ -24,15 +24,24 @@ Datasource accepts following configuration options. Tells if this datasource will be processed in 'local' (pre-networking) or 'net' (post-networking) stage or even completely 'disabled'. +:: + + parseuser: + default: nobody + +Unprivileged system user used for contextualization script +processing. + Contextualization disk ~~~~~~~~~~~~~~~~~~~~~~ The following criteria are required: -1. Must be formatted with `iso9660`_ fs. or have fs. label of **CDROM** +1. Must be formatted with `iso9660`_ filesystem + or have a *filesystem* label of **CONTEXT** or **CDROM** 2. Must contain file *context.sh* with contextualization variables. - File is generated by OpenNebula, it has a KEY="VALUE" format and - can be easily read (via *source*) by shell + File is generated by OpenNebula, it has a KEY='VALUE' format and + can be easily read by bash Contextualization variables ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -103,6 +112,7 @@ OpenNebula datasource only in 'net' mode. datasource: OpenNebula: dsmode: net + parseuser: nobody Example VM's context section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3