diff options
| author | Dan Prince <dan.prince@rackspace.com> | 2011-06-03 09:31:43 -0400 |
|---|---|---|
| committer | Dan Prince <dan.prince@rackspace.com> | 2011-06-03 09:31:43 -0400 |
| commit | 0ef4a127e9539f90ac1d2f2846832ecc48b51e05 (patch) | |
| tree | 8f5eb05ba138927e0de45354965b59a97bb6c8a4 /nova/api | |
| parent | 8739529368cb755d33c3d8c532dd1c5d86f0bf85 (diff) | |
Add serverRef to image metadata serialization list.
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/images.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/images.py b/nova/api/openstack/images.py index 48ea04248..1fa3267dc 100644 --- a/nova/api/openstack/images.py +++ b/nova/api/openstack/images.py @@ -177,7 +177,7 @@ def create_resource(version='1.0'): metadata = { "attributes": { "image": ["id", "name", "updated", "created", "status", - "serverId", "progress"], + "serverId", "progress", "serverRef"], "link": ["rel", "type", "href"], }, } |
