summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-04-02 16:10:29 +0000
committerGerrit Code Review <review@openstack.org>2013-04-02 16:10:29 +0000
commit3af3c8b7b80e506f4081f35f1e5af59c2d9a76f4 (patch)
treeefd5f69bee83077ba6b9f6e59784bfae75bf6249
parent49ab03e6a68fd5b02aaba213e7ab94468f6600ad (diff)
parent94173a3f989c87d0dce1ecdc0ad733b4621fea44 (diff)
downloadpython-novaclient-3af3c8b7b80e506f4081f35f1e5af59c2d9a76f4.tar.gz
Merge "Use correct filter name for listing of instances"
-rw-r--r--novaclient/v1_1/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/novaclient/v1_1/shell.py b/novaclient/v1_1/shell.py
index a0d802c6..d4f24501 100644
--- a/novaclient/v1_1/shell.py
+++ b/novaclient/v1_1/shell.py
@@ -916,7 +916,7 @@ def do_list(cs, args):
'image': imageid,
'flavor': flavorid,
'status': args.status,
- 'project_id': args.tenant,
+ 'tenant_id': args.tenant,
'host': args.host,
'instance_name': args.instance_name}