OpenStack Image Management (Glance)
Go to file
John Bresnahan 01c6bcd9e4 Adding a means for a glance worker to connect back to a pydevd debugger.
That patch allows a developer to remotely run a pydev debugger and a
glance worker process connect back to it.  Two configuration options
have been added:
    pydev_worker_debug_host <host>. Default is None
    pydev_worker_debug_port <port>. Default is 5678
The behavior is enabled if pydev_worker_debug_host is not None.  If
a pydev connection fails to be esstablished an exception is raised.

This patch will allow remote debugging as well as more seemless
debugging environments with IDEs like pycharm.

Change-Id: I7d3f60e373632b256f0e914f18204ce223a3486e
2013-01-02 12:08:59 -10:00
bin Use one wsgi app, one dbengine worker. 2012-12-19 16:25:09 +00:00
doc/source Add registry_client_timeout parameter 2012-12-12 13:32:13 +00:00
etc Add registry_client_timeout parameter 2012-12-12 13:32:13 +00:00
glance Adding a means for a glance worker to connect back to a pydevd debugger. 2013-01-02 12:08:59 -10:00
tools Allow newer boto library versions 2012-12-05 15:48:24 +01:00
.coveragerc Fix coverage jobs. Also, clean up the tox.ini. 2012-06-04 15:29:26 -04: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
babel.cfg Added first step of babel-based translations. 2012-02-28 02:00:37 -08:00
HACKING.rst Standardize logger instantiation 2012-06-25 08:27:08 -07:00
LICENSE Add a LICENSE file. 2012-01-03 10:14:01 -05:00
MANIFEST.in Add glance/versioninfo to MANIFEST.in. 2012-08-23 08:56:05 -07:00
openstack-common.conf Port uuidutils to Glance 2012-11-07 23:20:23 +08:00
pylintrc Packaging fixups 2010-10-21 15:51:44 -04:00
README.rst Replace README with links to better docs 2012-09-20 09:33:40 -07:00
run_tests.sh Add pep8 ignore options to run_tests.sh 2012-11-25 21:22:10 -05:00
setup.cfg Fix coverage jobs. Also, clean up the tox.ini. 2012-06-04 15:29:26 -04:00
setup.py Add OpenStack trove classifier for PyPI 2012-10-22 18:28:17 -04:00
tox.ini Make tox.ini run pep8 checks on bin. 2012-11-09 12:58:50 -05:00

Glance

Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images. Use the following resources to learn more: