diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2011-08-31 12:23:43 -0700 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2011-08-31 12:23:43 -0700 |
| commit | ced3ea3e8d7cf02f988d968d6078182815226719 (patch) | |
| tree | a6b97c1f81467678e2f216692679560962f3c4a4 /nova/compute | |
| parent | 0571c86d18c242f46e44e380b257cfc40598d31b (diff) | |
fix for chris behrens' comment - move tenant_id => project_id mapping to compute.api.get_all
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index 60a13631a..95d6a901d 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -854,6 +854,7 @@ class API(base.Base): 'image': 'image_ref', 'name': 'display_name', 'instance_name': 'name', + 'tenant_id': 'project_id', 'recurse_zones': None, 'flavor': _remap_flavor_filter, 'fixed_ip': _remap_fixed_ip_filter} |
