glance/glance/tests
Wayne Okuma 2e7de07c5a Glance Metadata Definitions Catalog - API
Implements: blueprint metadata-schema-catalog

A common API hosted by the Glance service for vendors, admins,
services, and users to meaningfully define available key / value
pair and tag metadata. The intent is to enable better metadata
collaboration across artifacts, services, and projects for
OpenStack users.

This is about the definition of the available metadata that can
be used on different types of resources (images, artifacts,
volumes, flavors, aggregates, etc). A definition includes the
properties type, its key, it's description, and it's constraints.
This catalogue will not store the values for specific instance
properties.

 - REST API for CRUD on metadef namespace
 - REST API for CRUD on metadef objects
 - REST API for CRUD on metadef properites
 - REST API for CRUD on metadef resource types
 - REST API for JSON schemas on metadef API's

Change-Id: I8e6d88ffee9a9337bf82b1da85648ba638a154ab
DocImpact
Co-Authored-By: Lakshmi N Sampath <lakshmi.sampath@hp.com>
Co-Authored-By: Wayne Okuma <wayne.okuma@hp.com>
Co-Authored-By: Travis Tripp <travis.tripp@hp.com>
Co-Authored-By: Pawel Koniszewski <pawel.koniszewski@intel.com>
Co-Authored-By: Michal Jastrzebski <michal.jastrzebski@intel.com>
Co-Authored-By: Michal Dulko <michal.dulko@intel.com>
2014-08-30 15:48:33 +02:00
..
etc Fixes the failure of updating or deleting image empty property 2014-07-21 04:33:02 +08:00
functional Glance Metadata Definitions Catalog - API 2014-08-30 15:48:33 +02:00
integration Fix legacy tests using system policy.json file 2014-08-26 09:52:08 +00:00
unit Glance Metadata Definitions Catalog - API 2014-08-30 15:48:33 +02:00
var New -k/--insecure command line option 2012-02-13 13:57:13 +00:00
__init__.py Do not use __builtin__ in python3 2014-03-13 10:05:18 +08:00
stubs.py Remove vim header 2014-01-14 16:03:28 +00:00
test_hacking.py Add test for no_translate_debug_logs hacking check 2014-06-10 02:53:40 +00:00
utils.py replace dict.iteritems() with six.iteritems(dict) 2014-06-06 14:51:41 +00:00