Update README

This patch updates the README for the glance_store repository
along the lines discussed at the session at the Ocata design
summit.  See the session etherpad [0] for details.

Co-authored-by: Ian Cordasco <sigmavirus24@gmail.com>
Co-authored-by: Brian Rosmaita <brian.rosmaita@rackspace.com>

[0] https://etherpad.openstack.org/p/ocata-glance-glance-store-refactoring

Change-Id: Iac83c515e12ec953f4814e7cbeeca33c034d7497
This commit is contained in:
Brian Rosmaita 2016-11-02 16:23:36 -04:00
parent 9ba10d8e25
commit c7e5c18c87
1 changed files with 9 additions and 1 deletions

View File

@ -1,8 +1,16 @@
Glance Store Library
=====================
====================
Glance's stores library
This library has been extracted from the Glance source code for the
specific use of the Glance and Glare projects.
The API it exposes is not stable, has some shortcomings, and is not a
general purpose interface. We would eventually like to change this,
but for now using this library outside of Glance or Glare will not be
supported by the core team.
* License: Apache License, Version 2.0
* Documentation: http://docs.openstack.org/developer/glance_store
* Source: http://git.openstack.org/cgit/openstack/glance_store