lxc: versionadded

Signed-off-by: Mathieu Le Marec - Pasquet <kiorky@cryptelium.net>
This commit is contained in:
Mathieu Le Marec - Pasquet 2015-05-20 22:43:57 +02:00
parent fcad7cb804
commit 1dc67e5678
2 changed files with 9 additions and 6 deletions

View File

@ -1933,12 +1933,12 @@ def clone(name,
network_profile
Network profile to use for container
.. versionadded:: 2015.5.0
.. versionadded:: 2015.5.2
nic_opts
give extra opts overriding network profile values
.. versionadded:: 2015.5.0
.. versionadded:: 2015.5.2
CLI Examples:

View File

@ -59,9 +59,12 @@ def present(name,
profile will be overridden by the parameters listed below.
network_profile
Network Profile to use in container creation (see the :ref:`LXC Tutorial
<tutorial-lxc-profiles-container>` for more information). Values in a
profile will be overridden by the parameters listed below.
Network Profile to use in container creation
(see the :ref:`LXC Tutorial <tutorial-lxc-profiles-container>`
for more information). Values in a profile will be overridden by
the parameters listed below.
.. versionadded:: 2015.5.2
**Container Creation Arguments**
@ -310,7 +313,7 @@ def absent(name, stop=False)
stop before destroying
default: false
.. versionadded:: 2015.5.0
.. versionadded:: 2015.5.2
.. code-block:: yaml