diff options
author | Stephen Finucane <sfinucan@redhat.com> | 2019-05-20 16:26:35 +0100 |
---|---|---|
committer | Eric Fried <openstack@fried.cc> | 2020-01-14 21:25:56 +0000 |
commit | f5f73b4c4e00164d3ced8f9def5c9084397bc591 (patch) | |
tree | 11b688ef3121efad60c407773b33bfd8a88f72d9 /setup.cfg | |
parent | 828f3f269162f60c05f1517d193a3c65b99d3c36 (diff) | |
download | nova-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.cfg | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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 |