~ubuntu-branches/ubuntu/raring/glance/raring-updates

« back to all changes in this revision

Viewing changes to etc/schema-image.json

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandleman, Chuck Short
  • Date: 2012-08-16 13:58:32 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20120816135832-4m40ppptd1l073fr
Tags: 2012.2~f3-0ubuntu1
[ Adam Gandleman ]
* debian/patches/sql_conn.patch: Also set default sqlite path for
  in glance-api.conf. (LP: #1028711)
* debian/patches/fix-docs-build.patch: Fix docs build

[ Chuck Short ]
* New upstream version.
* debian/control: python-xattr is no longer a required depends.
  (LP: #1031396)
* debian/control: Move python-jsonschema to glance.
  (LP: #1030152)
* debian/control: Start the slow transition to python-glanceclient.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
    "type": {
3
 
      "type": "string",
4
 
      "description": "The type code for the image",
5
 
      "required": true,
6
 
      "enum": ["kernel", "ramdisk", "filesystem", "iso9660", "disk"]
7
 
    },
8
 
    "format": {
9
 
      "type": "string",
10
 
      "description": "The format code for the image",
11
 
      "required": true,
12
 
      "enum": ["raw", "vhd", "vmdk", "vdi", "qcow2", "qed"]
13
 
    }
14
 
}
 
1
{}