From: niusmallnan Date: Mon, 7 Dec 2015 07:47:02 +0000 (+0000) Subject: move usage_audit to cmd/eventlet package X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5b6992db49cf6e69b05411ed7d170198434f39e9;p=openstack-build%2Fneutron-build.git move usage_audit to cmd/eventlet package setup_rpc func need the eventlet monkey_patch, otherwise the main process will be blocked. Change-Id: I9f4a0b7c957b7dc7740e3cf6e75f18778ad562d0 Closes-Bug: #1522681 --- diff --git a/neutron/cmd/usage_audit.py b/neutron/cmd/eventlet/usage_audit.py similarity index 100% rename from neutron/cmd/usage_audit.py rename to neutron/cmd/eventlet/usage_audit.py diff --git a/setup.cfg b/setup.cfg index 133813de7..df07a6ecc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,7 +63,7 @@ console_scripts = neutron-rpc-server = neutron.cmd.eventlet.server:main_rpc_eventlet neutron-rootwrap = oslo_rootwrap.cmd:main neutron-rootwrap-daemon = oslo_rootwrap.cmd:daemon - neutron-usage-audit = neutron.cmd.usage_audit:main + neutron-usage-audit = neutron.cmd.eventlet.usage_audit:main neutron-metering-agent = neutron.cmd.eventlet.services.metering_agent:main neutron-sriov-nic-agent = neutron.plugins.ml2.drivers.mech_sriov.agent.sriov_nic_agent:main neutron-sanity-check = neutron.cmd.sanity_check:main