Skip to content

Commit

Permalink
Merge "setup.cfg: Cleanup"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Oct 14, 2019
2 parents c270c48 + f223ae5 commit 6b60cae
Showing 1 changed file with 13 additions and 21 deletions.
34 changes: 13 additions & 21 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7

[global]
setup-hooks =
pbr.hooks.setup_hook
[extras]
osprofiler =
osprofiler>=1.4.0 # Apache-2.0

[files]
data_files =
Expand Down Expand Up @@ -52,6 +52,14 @@ oslo.policy.policies =
nova.compute.monitors.cpu =
virt_driver = nova.compute.monitors.cpu.virt_driver:Monitor

nova.ipv6_backend =
rfc2462 = nova.ipv6.rfc2462
account_identifier = nova.ipv6.account_identifier

nova.scheduler.driver =
filter_scheduler = nova.scheduler.filter_scheduler:FilterScheduler
fake_scheduler = nova.tests.unit.scheduler.fakes:FakeScheduler

console_scripts =
nova-api = nova.cmd.api:main
nova-api-metadata = nova.cmd.api_metadata:main
Expand All @@ -71,23 +79,11 @@ console_scripts =
nova-spicehtml5proxy = nova.cmd.spicehtml5proxy:main
nova-status = nova.cmd.status:main
nova-xvpvncproxy = nova.cmd.xvpvncproxy:main

wsgi_scripts =
nova-api-wsgi = nova.api.openstack.compute.wsgi:init_application
nova-metadata-wsgi = nova.api.metadata.wsgi:init_application

nova.ipv6_backend =
rfc2462 = nova.ipv6.rfc2462
account_identifier = nova.ipv6.account_identifier

nova.scheduler.driver =
filter_scheduler = nova.scheduler.filter_scheduler:FilterScheduler
fake_scheduler = nova.tests.unit.scheduler.fakes:FakeScheduler

[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0

[compile_catalog]
directory = nova/locale
domain = nova
Expand All @@ -102,9 +98,5 @@ keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = nova/locale/nova.pot

[wheel]
[bdist_wheel]
universal = 1

[extras]
osprofiler =
osprofiler>=1.4.0 # Apache-2.0

0 comments on commit 6b60cae

Please sign in to comment.