Glance Metadata Definitions Catalog - DB

Bug #1363383 reported by OpenStack Infra
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-api-site
Fix Released
Medium
Unassigned

Bug Description

https://review.openstack.org/111441
commit 7454aac83530e3b26be215d8f4be43ca4b51dc71
Author: Pawel Koniszewski <email address hidden>
Date: Thu Aug 28 10:45:53 2014 -0400

    Glance Metadata Definitions Catalog - DB

    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.

    Change-Id: I01cc63df3d3abe383c94cfb54598868b4bb729bb
    DocImpact
    Co-Authored-By: Lakshmi N Sampath <email address hidden>
    Co-Authored-By: Wayne Okuma <email address hidden>
    Co-Authored-By: Travis Tripp <email address hidden>
    Co-Authored-By: Pawel Koniszewski <email address hidden>
    Co-Authored-By: Michal Jastrzebski <email address hidden>
    Co-Authored-By: Michal Dulko <email address hidden>

Tags: glance
Tom Fifield (fifieldt)
affects: openstack-manuals → openstack-api-site
Revision history for this message
Travis Tripp (travis-tripp) wrote :

Not sure if considered a duplicate, but these are all related to the same feature:

Glance Metadata Definitions Catalog - API - https://bugs.launchpad.net/openstack-api-site/+bug/1363615

Glance Metadata Definitions Catalog - DB - https://bugs.launchpad.net/openstack-api-site/+bug/1363383

Glance Metadata Definitions Catalog - Seed - https://bugs.launchpad.net/openstack-manuals/+bug/1366286

Revision history for this message
Travis Tripp (travis-tripp) wrote :

The spec for this feature is here and has been updated to reflect the final checked in code. It provides a lot of detail.

https://github.com/openstack/glance-specs/blob/master/specs/juno/metadata-schema-catalog.rst

Revision history for this message
Travis Tripp (travis-tripp) wrote :

Please note related bug with code checked in: https://review.openstack.org/#/c/120246/

Revision history for this message
Anne Gentle (annegentle) wrote :

In order to be documented on http://developer.openstack.org/api-ref.html, WADL definitions need to be added for these Image API v2 additions in https://github.com/openstack/api-site/tree/master/api-ref/src/wadls/image-api/src/v2

POST /metadefs/namespaces/
PUT /metadefs/namespaces/{namespace}
GET /metadefs/namespaces
query parameters are found in the spec at https://github.com/openstack/glance-specs/blob/master/specs/juno/metadata-schema-catalog.rst
GET /metadefs/namespaces/{namespace}

DELETE /v2/metadefs/namespaces/{namespace}
GET /v2/metadefs/namespaces/{namespace}/resource_types
POST /metadefs/namespaces/{namespace}/resource_types
DELETE /metadefs/namespaces/{namespace}/resource_types/{resource_type}
GET /metadefs/resource_types

POST /metadefs/namespaces/{namespace}/objects

PUT /metadefs/namespaces/{namespace}/objects/{object_name}
DELETE /metadefs/namespaces/{namespace}/objects
DELETE /metadefs/namespaces/{namespace}/objects/{object_name}
GET /metadefs/namespaces/{namespace}/objects/{object_name}
GET /metadefs/namespaces/{namespace}/objects

PUT /metadefs/namespaces/{namespace}/properties/{property_name}
DELETE /metadefs/namespaces/{namespace}/properties
DELETE /metadefs/namespaces/{namespace}/properties/{property_name}
GET /metadefs/namespaces/{namespace}/properties/{property_name}
GET /metadefs/namespaces/{namespace}/properties

Changed in openstack-api-site:
status: New → Triaged
importance: Undecided → Medium
Revision history for this message
Travis Tripp (travis-tripp) wrote :

Please note that Lakshmi Sampath started to document some things at the below link, but he got stuck.

https://review.openstack.org/#/c/121248/

Anne Gentle (annegentle)
Changed in openstack-api-site:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.