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

« back to all changes in this revision

Viewing changes to doc/api_samples/os-volumes/snapshots-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
    "snapshots": [
 
3
        {
 
4
            "createdAt": "2013-02-25T16:27:54.671372",
 
5
            "displayDescription": "Default description",
 
6
            "displayName": "Default name",
 
7
            "id": 100,
 
8
            "size": 100,
 
9
            "status": "available",
 
10
            "volumeId": 12
 
11
        },
 
12
        {
 
13
            "createdAt": "2013-02-25T16:27:54.671378",
 
14
            "displayDescription": "Default description",
 
15
            "displayName": "Default name",
 
16
            "id": 101,
 
17
            "size": 100,
 
18
            "status": "available",
 
19
            "volumeId": 12
 
20
        },
 
21
        {
 
22
            "createdAt": "2013-02-25T16:27:54.671381",
 
23
            "displayDescription": "Default description",
 
24
            "displayName": "Default name",
 
25
            "id": 102,
 
26
            "size": 100,
 
27
            "status": "available",
 
28
            "volumeId": 12
 
29
        }
 
30
    ]
 
31
}
 
 
b'\\ No newline at end of file'