diff options
| author | Ryan Lane <rlane@wikimedia.org> | 2011-03-03 23:05:00 +0000 |
|---|---|---|
| committer | Ryan Lane <rlane@wikimedia.org> | 2011-03-03 23:05:00 +0000 |
| commit | c5bfab9a0d213cee549371f05e74747cfcd8f998 (patch) | |
| tree | 8bc213fd33ccc36d0ca5235898ebf42085ffbed6 /nova | |
| parent | df3a65793ec7bb9d85d2a3da47fbbfb9e97d03d4 (diff) | |
| download | nova-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.py | 2 |
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']) |
