From 7d138b94eccdc30487d3aa95c8bd6338933eefe6 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Mon, 29 Jul 2013 12:28:53 -0500 Subject: Remove tenant round 3 - other commands Mostly options and help strings: * image, server, project usage, volume Change-Id: I788b0660f8c2daacde53c20a72dd1afc60cf5159 --- openstackclient/common/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/common/utils.py') diff --git a/openstackclient/common/utils.py b/openstackclient/common/utils.py index fd504ea1..a9130168 100644 --- a/openstackclient/common/utils.py +++ b/openstackclient/common/utils.py @@ -91,7 +91,7 @@ def format_dict(data): def get_item_properties(item, fields, mixed_case_fields=[], formatters={}): """Return a tuple containing the item properties. - :param item: a single item resource (e.g. Server, Tenant, etc) + :param item: a single item resource (e.g. Server, Project, etc) :param fields: tuple of strings with the desired field names :param mixed_case_fields: tuple of field names to preserve case :param formatters: dictionary mapping field names to callables -- cgit v1.2.1