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

« back to all changes in this revision

Viewing changes to nova/tests/integrated/api_samples/os-volumes/snapshot-create-resp.json.tpl

  • 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
    "snapshot": {
 
3
        "createdAt": "%(timestamp)s",
 
4
        "displayDescription": "%(description)s",
 
5
        "displayName": "%(snapshot_name)s",
 
6
        "id": 100,
 
7
        "size": 100,
 
8
        "status": "available",
 
9
        "volumeId": {
 
10
            "attach_status": "attached",
 
11
            "availability_zone": "fakeaz",
 
12
            "created_at": "%(timestamp)s",
 
13
            "display_description": "displaydesc",
 
14
            "display_name": "displayname",
 
15
            "host": "fakehost",
 
16
            "id": "%(uuid)s",
 
17
            "instance_uuid": "fakeuuid",
 
18
            "mountpoint": "/",
 
19
            "name": "vol name",
 
20
            "project_id": "fakeproject",
 
21
            "size": 1,
 
22
            "snapshot_id": null,
 
23
            "status": "fakestatus",
 
24
            "user_id": "fakeuser",
 
25
            "volume_metadata": [],
 
26
            "volume_type": {
 
27
                "name": "vol_type_name"
 
28
            },
 
29
            "volume_type_id": "fakevoltype"
 
30
        }
 
31
    }
 
32
}