~ubuntu-branches/ubuntu/raring/nova/raring-proposed

« back to all changes in this revision

Viewing changes to doc/api_samples/os-volumes/os-volumes-detail-resp.json

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, James Page
  • Date: 2013-03-20 12:59:22 UTC
  • mfrom: (1.1.69)
  • Revision ID: package-import@ubuntu.com-20130320125922-ohvfav96lemn9wlz
Tags: 1:2013.1~rc1-0ubuntu1
[ Chuck Short ]
* New upstream release.
* debian/patches/avoid_setuptools_git_dependency.patch: Refreshed.
* debian/control: Clean up dependencies:
  - Dropped python-gflags no longer needed.
  - Dropped python-daemon no longer needed.
  - Dropped python-glance no longer needed.
  - Dropped python-lockfile no longer needed.
  - Dropped python-simplejson no longer needed.
  - Dropped python-tempita no longer needed.
  - Dropped python-xattr no longer needed.
  - Add sqlite3 required for the testsuite.

[ James Page ]
* d/watch: Update uversionmangle to deal with upstream versioning
  changes, remove tarballs.openstack.org. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "volumes": [
 
3
        {
 
4
            "attachments": [
 
5
                {
 
6
                    "device": "/",
 
7
                    "id": "a26887c6-c47b-4654-abb5-dfadf7d3f803",
 
8
                    "serverId": "3912f2b4-c5ba-4aec-9165-872876fe202e",
 
9
                    "volumeId": "a26887c6-c47b-4654-abb5-dfadf7d3f803"
 
10
                }
 
11
            ],
 
12
            "availabilityZone": "zone1:host1",
 
13
            "createdAt": "1999-01-01T01:01:01",
 
14
            "displayDescription": "Volume Description",
 
15
            "displayName": "Volume Name",
 
16
            "id": "a26887c6-c47b-4654-abb5-dfadf7d3f803",
 
17
            "metadata": {},
 
18
            "size": 100,
 
19
            "snapshotId": null,
 
20
            "status": "in-use",
 
21
            "volumeType": "Backup"
 
22
        }
 
23
    ]
 
24
}
 
 
b'\\ No newline at end of file'