OpenStack Image Management (Glance)
Go to file
Zhi Yan Liu d13493be80 Adding Cinder backend storage driver to Glance
This change allows Glance drive Cinder as a block storage backend to
store image data.
Before this we already use swift as an object storage backend to save
image.

Currently the patch is a partial implementation, after Cinder expose
'brick' library, 'host-volume-attaching' and 'multiple-attaching'
enhancement ready, the store will support ADD/GET/DELETE interface
finally.

blueprint: glance-cinder-driver

Change-Id: I4cdeccdb518972c0280e59c984ed6b001dafe243
Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
2013-07-17 06:27:59 +08:00
doc/source Adding Cinder backend storage driver to Glance 2013-07-17 06:27:59 +08:00
etc Adding Cinder backend storage driver to Glance 2013-07-17 06:27:59 +08:00
glance Adding Cinder backend storage driver to Glance 2013-07-17 06:27:59 +08:00
tools Adding Cinder backend storage driver to Glance 2013-07-17 06:27:59 +08:00
.coveragerc Update .coveragerc 2013-02-06 16:47:06 +02:00
.gitignore Move to tag-based versioning. 2012-08-12 16:10:03 +00:00
.gitreview Add .gitreview config file for gerrit. 2011-10-24 11:02:16 -04:00
.mailmap Clean up pep8 E502, E711 violations 2012-09-18 10:10:01 +08:00
HACKING.rst Replace openstack-common with oslo in HACKING.rst 2013-06-10 13:48:17 +02:00
LICENSE Add a LICENSE file. 2012-01-03 10:14:01 -05:00
MANIFEST.in Update version code from oslo. 2013-01-13 14:27:48 -08:00
README.rst Replace README with links to better docs 2012-09-20 09:33:40 -07:00
babel.cfg Added first step of babel-based translations. 2012-02-28 02:00:37 -08:00
openstack-common.conf Import strutils from oslo, and convert to it. 2013-05-27 06:00:46 +10:00
pylintrc Packaging fixups 2010-10-21 15:51:44 -04:00
run_tests.sh Use flake8/hacking instead of pep8. 2013-05-03 11:28:22 -04:00
setup.cfg Remove gettext.install() from glance/__init__.py 2013-05-08 09:21:46 +01:00
setup.py Convert scripts to entry points 2013-04-29 14:08:29 -10:00
tox.ini python3: Introduce py33 to tox.ini 2013-06-01 16:49:31 -05:00

README.rst

Glance

Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images. Use the following resources to learn more: