Skip to content

The Glance project provides services for discovering, registering, and retrieving virtual machine images. Glance has a RESTful API that allows querying of VM image metadata as well as retrieval of the actual image.

License

Notifications You must be signed in to change notification settings

openstack-ja/glance

This branch is 6538 commits behind openstack/glance:master.

Folders and files

NameName
Last commit message
Last commit date
May 17, 2012
May 11, 2012
May 16, 2012
May 17, 2012
May 2, 2012
May 3, 2012
Oct 24, 2011
Apr 2, 2012
Apr 30, 2012
Jan 3, 2012
May 2, 2012
Jan 25, 2012
Feb 28, 2012
Apr 30, 2012
Oct 21, 2010
Mar 16, 2012
May 3, 2012
Feb 28, 2012
May 6, 2012
Mar 19, 2012

Repository files navigation

Glance

Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images. The discovery and registration responsibilities are handled by the glance-registry component while the retrieval and storage responsiblities are handled by the glance-api component.

Quick Start

If you'd like to run trunk, you can clone the git repo:

git clone git@github.com:openstack/glance.git

Install Glance by running:

python setup.py build
sudo python setup.py install

By default, glance-registry will use a SQLite database. If you'd like to use MySQL, or make other adjustments, you can modify the glance.cnf file (see documentation for more details).

Now that Glance is installed, you can start the service. The easiest way to do that is by using the glance-control utility which runs both the glance-api and glance-registry services:

glance-control all start

Once both services are running, you can now use the glance tool to register new images in Glance.

glance add name="My Image" < /path/to/my/image

With an image registered, you can now configure your IAAS provider to use Glance as its image service and begin spinning up instances from your newly registered images.

About

The Glance project provides services for discovering, registering, and retrieving virtual machine images. Glance has a RESTful API that allows querying of VM image metadata as well as retrieval of the actual image.

Resources

License

Stars

Watchers

Forks

Packages

No packages published