2013-04-07 18:24:27 -04:00
|
|
|
[metadata]
|
|
|
|
name = nova
|
|
|
|
version = 2013.2
|
|
|
|
summary = Cloud computing fabric controller
|
|
|
|
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 =
|
|
|
|
nova
|
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
|
|
|
nova-all = nova.cmd.all:main
|
|
|
|
nova-api = nova.cmd.api:main
|
|
|
|
nova-api-ec2 = nova.cmd.api_ec2:main
|
|
|
|
nova-api-metadata = nova.cmd.api_metadata:main
|
|
|
|
nova-api-os-compute = nova.cmd.api_os_compute:main
|
|
|
|
nova-baremetal-deploy-helper = nova.cmd.baremetal_deploy_helper:main
|
|
|
|
nova-baremetal-manage = nova.cmd.baremetal_manage:main
|
|
|
|
nova-rpc-zmq-receiver = nova.cmd.rpc_zmq_receiver:main
|
|
|
|
nova-cells = nova.cmd.cells:main
|
|
|
|
nova-cert = nova.cmd.cert:main
|
|
|
|
nova-clear-rabbit-queues = nova.cmd.clear_rabbit_queues:main
|
|
|
|
nova-compute = nova.cmd.compute:main
|
|
|
|
nova-conductor = nova.cmd.conductor:main
|
|
|
|
nova-console = nova.cmd.console:main
|
|
|
|
nova-consoleauth = nova.cmd.consoleauth:main
|
|
|
|
nova-dhcpbridge = nova.cmd.dhcpbridge:main
|
|
|
|
nova-manage = nova.cmd.manage:main
|
|
|
|
nova-network = nova.cmd.network:main
|
|
|
|
nova-novncproxy = nova.cmd.novncproxy:main
|
|
|
|
nova-objectstore = nova.cmd.objectstore:main
|
2013-05-02 10:26:37 -04:00
|
|
|
nova-rootwrap = nova.openstack.common.rootwrap.cmd:main
|
2013-04-07 18:24:27 -04:00
|
|
|
nova-scheduler = nova.cmd.scheduler:main
|
|
|
|
nova-spicehtml5proxy = nova.cmd.spicehtml5proxy:main
|
|
|
|
nova-xvpvncproxy = nova.cmd.xvpvncproxy:main
|
|
|
|
|
2013-04-23 02:15:27 +09:30
|
|
|
nova.api.v3.extensions =
|
|
|
|
fixed_ips = nova.api.openstack.compute.plugins.v3.fixed_ips:FixedIPs
|
|
|
|
|
2010-07-16 15:33:24 -05:00
|
|
|
[build_sphinx]
|
2010-07-27 21:41:07 -07:00
|
|
|
all_files = 1
|
|
|
|
build-dir = doc/build
|
2010-07-24 18:06:22 -07:00
|
|
|
source-dir = doc/source
|
2010-07-27 21:41:07 -07:00
|
|
|
|
|
|
|
[egg_info]
|
|
|
|
tag_build =
|
|
|
|
tag_date = 0
|
|
|
|
tag_svn_revision = 0
|
2012-02-07 14:32:15 -08:00
|
|
|
|
|
|
|
[compile_catalog]
|
2012-02-08 00:16:50 -08:00
|
|
|
directory = nova/locale
|
2012-02-07 14:32:15 -08:00
|
|
|
domain = nova
|
|
|
|
|
|
|
|
[update_catalog]
|
|
|
|
domain = nova
|
2012-02-08 00:16:50 -08:00
|
|
|
output_dir = nova/locale
|
|
|
|
input_file = nova/locale/nova.pot
|
2012-02-07 14:32:15 -08:00
|
|
|
|
|
|
|
[extract_messages]
|
2012-02-08 00:16:50 -08:00
|
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
2012-02-07 14:32:15 -08:00
|
|
|
mapping_file = babel.cfg
|
2012-02-08 00:16:50 -08:00
|
|
|
output_file = nova/locale/nova.pot
|