OpenStack Image Management (Glance)
Go to file
John Bresnahan 039f3d8a59 Convert scripts to entry points
The executable programs used by Glance have historically been scripts
in the ./bin directory.  This patch converts all of the scripts to
entry_points.  This change makes these programs python modules.  Thus
they can be imported and methods in them can be called just like any
other module.  This will allow the tests to call into these programs
directly instead of having to fork out a process.

The conf.py file in the doc tree was causing a name collision with
the python module cmd.  The glance/glance directory was being added
to sys.path which made glance.cmd import with the name cmd.  This
patch also fixes that problem.

blueprint: refactoring-better-faster-stronger-functional-tests
Change-Id: I67ae14b7403af31a5944befcd2ec27a690e81f15
2013-04-29 14:08:29 -10:00
doc/source Convert scripts to entry points 2013-04-29 14:08:29 -10:00
etc Removed controversial common image property 'os_libosinfo_shortid' 2013-02-26 20:55:58 +00:00
glance Convert scripts to entry points 2013-04-29 14:08:29 -10:00
tools Verify SSL certificates at boot time 2013-04-03 07:29:15 -10: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 Update HACKING.rst per recent changes 2013-02-04 10:23:11 +08: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 Reformat openstack-common.conf 2013-03-25 07:33:21 +00:00
pylintrc Packaging fixups 2010-10-21 15:51:44 -04:00
run_tests.sh Convert scripts to entry points 2013-04-29 14:08:29 -10:00
setup.cfg Stop using detailed-errors plugin for nose. 2013-01-31 10:50:36 +11:00
setup.py Convert scripts to entry points 2013-04-29 14:08:29 -10:00
tox.ini Convert scripts to entry points 2013-04-29 14:08:29 -10: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: