summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-05-20 16:26:35 +0100
committerEric Fried <openstack@fried.cc>2020-01-14 21:25:56 +0000
commitf5f73b4c4e00164d3ced8f9def5c9084397bc591 (patch)
tree11b688ef3121efad60c407773b33bfd8a88f72d9 /setup.cfg
parent828f3f269162f60c05f1517d193a3c65b99d3c36 (diff)
downloadnova-f5f73b4c4e00164d3ced8f9def5c9084397bc591.tar.gz
nova-net: Kill it
Finish the job by removing all the now-unused modules. This also allows us to - wait for it - kill mox at long last. It's a great day in the parish. Partial-Implements: blueprint remove-nova-network-ussuri Partial-Implements: blueprint mox-removal-ussuri Change-Id: Ia33ec2604b2fc2d3b6830b596cac669cc3ad6c96
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg11
1 files changed, 0 insertions, 11 deletions
diff --git a/setup.cfg b/setup.cfg
index afc8b5d1d8..b9b8f8eeea 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,31 +36,21 @@ packages =
[entry_points]
oslo.config.opts =
nova.conf = nova.conf.opts:list_opts
-
oslo.config.opts.defaults =
nova.conf = nova.middleware:set_defaults
-
oslo.policy.enforcer =
nova = nova.policy:get_enforcer
-
oslo.policy.policies =
# The sample policies will be ordered by entry point and then by list
# returned from that entry point. If more control is desired split out each
# list_rules method into a separate entry point rather than using the
# aggregate method.
nova = nova.policies:list_rules
-
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
@@ -76,7 +66,6 @@ console_scripts =
nova-serialproxy = nova.cmd.serialproxy:main
nova-spicehtml5proxy = nova.cmd.spicehtml5proxy:main
nova-status = nova.cmd.status:main
-
wsgi_scripts =
nova-api-wsgi = nova.api.openstack.compute.wsgi:init_application
nova-metadata-wsgi = nova.api.metadata.wsgi:init_application