glance/doc/source
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
..
_static Making docs pretty! 2012-07-11 15:27:26 -07:00
_templates Documentation cleanup. Splits out index.rst into multiple section docs. 2010-12-22 12:38:54 -05:00
_theme Making docs pretty! 2012-07-11 15:27:26 -07:00
man Remove glance-cache-queue-image 2012-03-15 14:26:59 -07:00
authentication.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
cache.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
common-image-properties.rst Removed controversial common image property 'os_libosinfo_shortid' 2013-02-26 20:55:58 +00:00
conf.py Convert scripts to entry points 2013-04-29 14:08:29 -10:00
configuring.rst Add image_size_cap documentation 2013-03-22 11:42:31 +00:00
controllingservers.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
db.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
formats.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
glanceapi.rst Update documentation to reflect API v2 image sharing 2013-03-04 15:39:32 +00:00
glanceclient.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
identifiers.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
index.rst Adding new common image properties 2013-02-20 17:36:34 +00:00
installing.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
notifications.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
policies.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
statuses.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00