Adds 'metadata' key to list of options for xml responses.

Change-Id: I27a976f99ba92c9255abb3eafff2d7e9c4163656
Closes-Bug: #1256926
This commit is contained in:
Valeriy Ponomaryov 2013-12-02 15:54:58 +02:00
parent 2e1f4e191b
commit 3e7de88830
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ LOG = logging.getLogger(__name__)
def make_share(elem):
attrs = ['id', 'size', 'availability_zone', 'status', 'name',
'description', 'share_proto', 'export_location', 'links',
'snapshot_id', 'created_at']
'snapshot_id', 'created_at', 'metadata']
for attr in attrs:
elem.set(attr)