From 67ccbd3bc0fb18449a8abd3e500eec5d6f75ab1e Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 13 May 2015 14:06:43 -0400 Subject: [PATCH] more minor docfixes --- cloud/lxc/lxc_container.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cloud/lxc/lxc_container.py b/cloud/lxc/lxc_container.py index 409695a2e8d..a06cd09583b 100644 --- a/cloud/lxc/lxc_container.py +++ b/cloud/lxc/lxc_container.py @@ -114,11 +114,15 @@ options: required: false default: INFO clone_name: + version_added: "2.0" description: - Name of the new cloned server. This is only used when state is clone. required: false + default: false clone_snapshot: + version_added: "2.0" + required: false choices: - true - false