glance/glance
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
..
api Merge "Raise 404 while deleting a deleted image" 2013-04-23 18:07:06 +00:00
cmd Convert scripts to entry points 2013-04-29 14:08:29 -10:00
common Fixes for mis-use of various exceptions 2013-04-24 10:09:40 +00:00
db Merge "Remove internal store references from migration 015" 2013-04-27 01:38:53 +00:00
domain fixes use the fact that empty sequences are false 2013-03-18 14:39:38 +08:00
image_cache Adding help text to the options that did not have it. 2013-04-09 10:23:39 +10:00
locale Imported Translations from Transifex 2013-04-17 00:02:03 +00:00
notifier Adding help text to the options that did not have it. 2013-04-09 10:23:39 +10:00
openstack Sync with oslo-incubator copy of setup.py and version.py 2013-04-22 00:16:16 +00:00
registry Fixes for mis-use of various exceptions 2013-04-24 10:09:40 +00:00
store Merge "scrubber: dont print URI of image to be deleted" 2013-04-26 20:48:37 +00:00
tests Convert scripts to entry points 2013-04-29 14:08:29 -10:00
__init__.py load gettext in __init__ to fix '_ is not defined' 2011-11-08 10:58:25 -08:00
context.py Update common openstack code from oslo-incubator 2013-01-09 11:16:59 -08:00
gateway.py Fix domain database initialization 2013-03-22 15:14:11 -07:00
schema.py fixes use the fact that empty sequences are false 2013-03-18 14:39:38 +08:00
version.py Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00