Go to file
Andreas Jaeger 90f34140a4 Enhance .gitignore
Add generated file image-api-v2.0.xml.
Add common editor backup files.

Change-Id: If3e5702250a02348cca6a1ca8d136e4ffc9d9c08
2014-01-05 19:00:00 +01:00
openstack-image-service-api Remove extra whitespace 2013-12-26 18:07:20 +01:00
.gitignore Enhance .gitignore 2014-01-05 19:00:00 +01:00
.gitreview Add .gitreview config file for gerrit. 2011-10-24 11:02:49 -04:00
README.rst Minor fix to README to trigger another build. 2012-09-21 14:33:41 -05:00

README.rst

This repository contains the RESTful API information for the OpenStack Image Service, also known as Glance. The Glance project provides services for discovering, registering, and retrieving virtual machine images. The Image Service has a RESTful API that allows querying of VM image metadata as well as retrieval of the actual image.

VM images made available through Glance can be stored in a variety of locations from simple filesystems to object-storage systems like the OpenStack Swift project.

Contributing

Our community welcomes all people interested in open source cloud computing, and there are no formal membership requirements. The best way to join the community is to talk with others online or at a meetup and offer contributions through the code review process, the OpenStack wiki, or blogs. We welcome all types of contributions, from blueprint designs to documentation to testing to deployment scripts.

Installing

Refer to http://docs.openstack.org/developer/glance/ to learn more about installing an OpenStack Image Service server that can respond to these API commands.