Skip to content

Commit

Permalink
M #: Update LXD raw attr docu (#1324)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Clavijo Coca <dclavijo@opennebula.io>
(cherry picked from commit 8682c28)
  • Loading branch information
dann1 authored and tinova committed Oct 19, 2020
1 parent 7e39e1d commit 136be72
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/deployment/open_cloud_host_setup/lxd_driver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,10 @@ The **raw** attribute offers the end user the possibility of passing by attribut

.. code::
RAW = [ type = "lxd",
"boot.autostart": "true", "limits.processes": "10000"]
RAW = [
type = "lxd",
data = "boot.autostart": "true", "limits.processes": "10000"
]
Importing VMs
-------------
Expand Down
7 changes: 7 additions & 0 deletions source/operation/references/template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,13 @@ Example:
data = "<devices><serial type=\"pty\"><source path=\"/dev/pts/5\"/><target port=\"0\"/></serial><console type=\"pty\" tty=\"/dev/pts/5\"><source path=\"/dev/pts/5\"/><target port=\"0\"/></console></devices>"
]
.. code::
RAW = [
type = "lxd",
data = "boot.autostart": "true", "limits.processes": "10000"
]
.. _emulator_override:

Additionally the following can be also set for KVM
Expand Down

0 comments on commit 136be72

Please sign in to comment.