Merge "move usage_audit to cmd/eventlet package" into stable/liberty

This commit is contained in:
Jenkins 2015-12-21 20:16:40 +00:00 committed by Gerrit Code Review
commit 79f8af9bbc
2 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,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