
Python 3.3/Python 2.6 is not supported from Mitaka, as per Infra. The following patch removes the support for the same. Python 2.6 support from setup.cfg is removed in https://review.openstack.org/260818 Change-Id: Ibbc640c82cdc7f5f972f24ec00903914949eb713 Closes-Bug: #1526170
57 lines
1.7 KiB
INI
57 lines
1.7 KiB
INI
[metadata]
|
|
name = os-cloud-config
|
|
summary = Configuration for OpenStack clouds.
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.4
|
|
|
|
[files]
|
|
packages =
|
|
os_cloud_config
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
generate-keystone-pki = os_cloud_config.cmd.generate_keystone_pki:main
|
|
init-keystone = os_cloud_config.cmd.init_keystone:main
|
|
init-keystone-heat-domain = os_cloud_config.cmd.init_keystone_heat_domain:main
|
|
register-nodes = os_cloud_config.cmd.register_nodes:main
|
|
setup-endpoints = os_cloud_config.cmd.setup_endpoints:main
|
|
setup-flavors = os_cloud_config.cmd.setup_flavors:main
|
|
setup-neutron = os_cloud_config.cmd.setup_neutron:main
|
|
upload-kernel-ramdisk = os_cloud_config.cmd.upload_kernel_ramdisk:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[compile_catalog]
|
|
directory = os_cloud_config/locale
|
|
domain = os-cloud-config
|
|
|
|
[update_catalog]
|
|
domain = os-cloud-config
|
|
output_dir = os_cloud_config/locale
|
|
input_file = os_cloud_config/locale/os-cloud-config.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = os_cloud_config/locale/os-cloud-config.pot
|