Jump to: navigation, search

Trove-Instance-Metadata

Revision as of 01:05, 31 March 2014 by Imsplitbit (talk | contribs) (Goals)

Introduction

This wiki page describes the design for adding user managed metadata to instances.

Blueprint

https://blueprints.launchpad.net/trove/+spec/trove-metadata

Goals

  1. Give trove users the ability to store key/value pairs that have significance to them but is not essential to trove's functionality
  2. Create a user accessible rest API to manage instance metadata
  3. Mimic the design/interface used by Nova
  4. Implement the model so that it acts like a dictionary to make hooking in metadata into the instance very easy and small

Description

API

Create

Update

Replace

Delete

Show

List

Integration with Instance

Discussion