
This should be accepted/merged once all the RC1 bugfixes are in. This bumps the target version to 2014.1, effectively opening the master branch to Icehouse development, ending the feature freeze. The Havana release branch is cut from the previous commit in master. Change-Id: Id33ea4faa8497f636999583781f652e3e4ac9c21
73 lines
1.9 KiB
INI
73 lines
1.9 KiB
INI
[metadata]
|
|
name = cinder
|
|
version = 2014.1
|
|
summary = OpenStack Block Storage
|
|
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
|
|
|
|
[files]
|
|
packages =
|
|
cinder
|
|
scripts =
|
|
bin/cinder-all
|
|
bin/cinder-api
|
|
bin/cinder-backup
|
|
bin/cinder-clear-rabbit-queues
|
|
bin/cinder-manage
|
|
bin/cinder-rootwrap
|
|
bin/cinder-rpc-zmq-receiver
|
|
bin/cinder-scheduler
|
|
bin/cinder-volume
|
|
bin/cinder-volume-usage-audit
|
|
|
|
[entry_points]
|
|
cinder.scheduler.filters =
|
|
AvailabilityZoneFilter = cinder.openstack.common.scheduler.filters.availability_zone_filter:AvailabilityZoneFilter
|
|
CapabilitiesFilter = cinder.openstack.common.scheduler.filters.capabilities_filter:CapabilitiesFilter
|
|
CapacityFilter = cinder.scheduler.filters.capacity_filter:CapacityFilter
|
|
JsonFilter = cinder.openstack.common.scheduler.filters.json_filter:JsonFilter
|
|
RetryFilter = cinder.scheduler.filters.retry_filter:RetryFilter
|
|
cinder.scheduler.weights =
|
|
CapacityWeigher = cinder.scheduler.weights.capacity:CapacityWeigher
|
|
|
|
[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 = cinder/locale
|
|
domain = cinder
|
|
|
|
[update_catalog]
|
|
domain = cinder
|
|
output_dir = cinder/locale
|
|
input_file = cinder/locale/cinder.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = cinder/locale/cinder.pot
|