summaryrefslogtreecommitdiff
path: root/openstackclient/common
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2013-07-29 12:28:53 -0500
committerDean Troyer <dtroyer@gmail.com>2013-07-31 10:12:20 -0500
commit7d138b94eccdc30487d3aa95c8bd6338933eefe6 (patch)
tree02099c651c87d9f908d7c456eb7e8c571ca273d2 /openstackclient/common
parentc385180df2338a52e89b1dfdf4d59dd698eaba67 (diff)
downloadpython-openstackclient-7d138b94eccdc30487d3aa95c8bd6338933eefe6.tar.gz
Remove tenant round 3 - other commands
Mostly options and help strings: * image, server, project usage, volume Change-Id: I788b0660f8c2daacde53c20a72dd1afc60cf5159
Diffstat (limited to 'openstackclient/common')
-rw-r--r--openstackclient/common/utils.py2
1 files changed, 1 insertions, 1 deletions
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