From 35d32c93782bcce151a6762c5201b2cbc9db4937 Mon Sep 17 00:00:00 2001 From: Dmitry Labutin Date: Tue, 29 Dec 2015 10:31:14 +0300 Subject: [PATCH] Fix issue #2721: os_object parameters and docs don't align (file/filename) --- 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 a009d913a8a..22fcebb76ce 100644 --- a/cloud/openstack/os_object.py +++ b/cloud/openstack/os_object.py @@ -42,7 +42,7 @@ options: - Name to be give to the object. If omitted, operations will be on the entire container required: false - file: + filename: description: - Path to local file to be uploaded. required: false