mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
lxc: versionadded
Signed-off-by: Mathieu Le Marec - Pasquet <kiorky@cryptelium.net>
This commit is contained in:
parent
fcad7cb804
commit
1dc67e5678
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user