diff options
| author | Vlastimil Holer <vlastimil.holer@gmail.com> | 2013-02-21 14:45:09 +0100 |
|---|---|---|
| committer | Vlastimil Holer <vlastimil.holer@gmail.com> | 2013-02-21 14:45:09 +0100 |
| commit | 4c78588baa7ab2d17582b3888fdeb136c3aa73d0 (patch) | |
| tree | 39c5e5d11429a731d06fe930b3db10b50b9b3def /doc/sources/opennebula | |
| parent | 5e42d558c2589701c8ad22cd77fd7060ab3f1c02 (diff) | |
| download | vyos-cloud-init-4c78588baa7ab2d17582b3888fdeb136c3aa73d0.tar.gz vyos-cloud-init-4c78588baa7ab2d17582b3888fdeb136c3aa73d0.zip | |
Example cloud.cfg
Diffstat (limited to 'doc/sources/opennebula')
| -rw-r--r-- | doc/sources/opennebula/README.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/sources/opennebula/README.rst b/doc/sources/opennebula/README.rst index 5cbc4366..a84aebd4 100644 --- a/doc/sources/opennebula/README.rst +++ b/doc/sources/opennebula/README.rst @@ -90,6 +90,19 @@ One or multiple SSH keys (separated by newlines) can be specified. cloud-init user data. +Example configuration +~~~~~~~~~~~~~~~~~~~~~ + +This example cloud-init configuration (*cloud.cfg*) enables +OpenNebula datasource only in 'net' mode. + +:: + + disable_ec2_metadata: True + datasource_list: ['OpenNebula'] + datasource: + OpenNebula: + dsmode: net Example VM's context section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
