Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M #: Update LXD raw attr docu #1324

Merged
merged 1 commit into from
Oct 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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