summaryrefslogtreecommitdiff
path: root/openstackclient/common/utils.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-07-31 22:30:12 +0000
committerGerrit Code Review <review@openstack.org>2013-07-31 22:30:12 +0000
commitf293027815f43371b1133fcdf6283c6a19530556 (patch)
tree56ddcea45b5bc53ed99881a444b96cd88cec9348 /openstackclient/common/utils.py
parent0f63f46a07fcb58fe325e3034eedeffc4a15ad8b (diff)
parent7d138b94eccdc30487d3aa95c8bd6338933eefe6 (diff)
downloadpython-openstackclient-0.2.alpha1.tar.gz
Merge "Remove tenant round 3 - other commands"0.2.alpha1
Diffstat (limited to 'openstackclient/common/utils.py')
-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 4d2afd15..f72bb505 100644
--- a/openstackclient/common/utils.py
+++ b/openstackclient/common/utils.py
@@ -94,7 +94,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