From 447d1e4b7c5ce9f6af31f8390bf64bc7686ff716 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Fri, 4 Mar 2016 09:32:40 -0700 Subject: [PATCH] Fix openstack module documentation --- cloud/openstack/os_object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/openstack/os_object.py b/cloud/openstack/os_object.py index 1375cc5a2b4..8e5d65690e0 100644 --- a/cloud/openstack/os_object.py +++ b/cloud/openstack/os_object.py @@ -61,7 +61,7 @@ options: EXAMPLES = ''' # Creates a object named 'fstab' in the 'config' container -- os_object: cloud=mordred state=present name=fstab container=config file=/etc/fstab +- os_object: cloud=mordred state=present name=fstab container=config filename=/etc/fstab # Deletes a container called config and all of its contents - os_object: cloud=rax-iad state=absent container=config