]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make neutron-debug command follow cliff command convention
authorAkihiro Motoki <motoki@da.jp.nec.com>
Fri, 8 Jan 2016 18:35:05 +0000 (03:35 +0900)
committerAkihiro Motoki <motoki@da.jp.nec.com>
Fri, 8 Jan 2016 18:38:19 +0000 (03:38 +0900)
commitc4aa41a25a7828adddcd0f314082b63e78a23676
treeff7cec962624aa4ddd7d55915314702c23c4b5e1
parent70cd83daf2a201705d1eb13dfd0786622312e2fa
Make neutron-debug command follow cliff command convention

In the guideline of cliff command, developers implementing
commands should override take_action() rather than run().
The similar effort is being done in neutronclient side and
this fix is required to complete the effort.

Logger definition in each command class is no longer needed.
This commit also drops them.

Closes-Bug: #1532258
Change-Id: I613b7e18b3c058568fc3669ad1524e60a93eb9f8
neutron/debug/commands.py