Update volume attachments

* Attachments are empty list, not list of a single empty dict
* Fixes bug 942990

Change-Id: Ib26a5b2b3f33bf3a97755949da5f6df9a43c5a4a
This commit is contained in:
Brian Waldon 2012-02-28 16:58:55 -08:00
parent 9810d21336
commit eb2e571a46
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
"metadata": {"contents": "junk"},
"availabilityZone": "us-east1",
"snapshotId": null,
"attachments": [{}],
"attachments": [],
"createdAt": "2012-02-14T20:53:07Z"
},
{
@ -21,7 +21,7 @@
"metadata": {},
"availabilityZone": "us-east2",
"snapshotId": null,
"attachments": [{}],
"attachments": [],
"createdAt": "2012-03-15T19:10:03Z"
}
]

View File

@ -8,7 +8,7 @@
"metadata": {"contents": "junk"},
"availabilityZone": "us-east1",
"snapshotId": null,
"attachments": [{}],
"attachments": [],
"createdAt": "2012-02-14T20:53:07Z"
}
}