summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorRyan Lane <rlane@wikimedia.org>2011-03-03 23:05:00 +0000
committerRyan Lane <rlane@wikimedia.org>2011-03-03 23:05:00 +0000
commitc5bfab9a0d213cee549371f05e74747cfcd8f998 (patch)
tree8bc213fd33ccc36d0ca5235898ebf42085ffbed6 /nova
parentdf3a65793ec7bb9d85d2a3da47fbbfb9e97d03d4 (diff)
downloadnova-c5bfab9a0d213cee549371f05e74747cfcd8f998.tar.gz
nova-c5bfab9a0d213cee549371f05e74747cfcd8f998.tar.xz
nova-c5bfab9a0d213cee549371f05e74747cfcd8f998.zip
Changing output of status from showing the user as the owner, to showing the project
Diffstat (limited to 'nova')
-rw-r--r--nova/api/ec2/cloud.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/ec2/cloud.py b/nova/api/ec2/cloud.py
index b1917e9ea..cadda97db 100644
--- a/nova/api/ec2/cloud.py
+++ b/nova/api/ec2/cloud.py
@@ -562,7 +562,7 @@ class CloudController(object):
if context.is_admin:
v['status'] = '%s (%s, %s, %s, %s)' % (
volume['status'],
- volume['user_id'],
+ volume['project_id'],
volume['host'],
instance_data,
volume['mountpoint'])