
Heat in Kilo will require configuration that specifies a domain that is set up in Keystone in its configuration. To facilitate that undeprecate initialize_for_heat(), wean it off its use of the admin token, and add a CLI utility to make calling it from -incubator easy. Change-Id: Ifae32d806575fd48cc7d261deedd94efb5511d0d
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 :: 2.6
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.3
|
|
|
|
[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
|
|
|
|
[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
|