Merge "move usage_audit to cmd/eventlet package"

This commit is contained in:
Jenkins 2015-12-08 21:54:13 +00:00 committed by Gerrit Code Review
commit caf747ddcb
1 changed files with 1 additions and 1 deletions

View File

@ -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