By default, glance-cache-cleaner looks for glance-cleaner.conf but
its actual config file is glance-cache.conf.
Change the find_config_file() argument to conf_name and make it an
optional argument to load_paste_app(). This allows us to specify
a different config file for the glance apps than their app name.
find_config_file() is also changed to raise an exception if no
config file is found.
Change-Id: Iec71218f5b2f0a7f057ea02f4549bd743892cc65
Adds documentation on managing the image cache
Adds a simple CLI program to queue an image for
caching.
Change-Id: I2b4c9708c521fdcfaf1c6b8f07505e130923c4b7
Added gettext.install to glance endpoints, setup.py, and run_tests.py. Wrapped all exceptions in common/exception.py with gettext.
Included fix for bug lp:823676.
Change-Id: Ied4381e1676227afea857acd01f4754e6a181106