8302c4264f
Fixes bug 1179007 Also, sync with global requirements because we can't do it in two steps. Change-Id: If1c687f874272b9d9569af9dd1e5cb4457308f5c
72 lines
2.0 KiB
INI
72 lines
2.0 KiB
INI
[metadata]
|
|
name = glance
|
|
version = 2013.2
|
|
summary = OpenStack Image Service
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 2.6
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
glance-api=glance.cmd.api:main
|
|
glance-cache-prefetcher=glance.cmd.cache_prefetcher:main
|
|
glance-cache-pruner = glance.cmd.cache_pruner:main
|
|
glance-cache-manage = glance.cmd.cache_manage:main
|
|
glance-cache-cleaner = glance.cmd.cache_cleaner:main
|
|
glance-control = glance.cmd.control:main
|
|
glance-manage = glance.cmd.manage:main
|
|
glance-registry = glance.cmd.registry:main
|
|
glance-replicator = glance.cmd.replicator:main
|
|
glance-scrubber = glance.cmd.scrubber:main
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[compile_catalog]
|
|
directory = glance/locale
|
|
domain = glance
|
|
|
|
[update_catalog]
|
|
domain = glance
|
|
output_dir = glance/locale
|
|
input_file = glance/locale/glance.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = glance/locale/glance.pot
|
|
|
|
[nosetests]
|
|
# NOTE(jkoelker) To run the test suite under nose install the following
|
|
# coverage http://pypi.python.org/pypi/coverage
|
|
# tissue http://pypi.python.org/pypi/tissue (pep8 checker)
|
|
# openstack-nose https://github.com/jkoelker/openstack-nose
|
|
verbosity=2
|
|
tests=glance/tests
|
|
cover-package = glance
|
|
cover-html = true
|
|
cover-erase = true
|