nova/nova/cmd
Stanislaw Pitucha 9f7eaca80d Remove trivial cases of unused variables (1)
Kill some of the variables marked as unused by flakes8. This should
allow to enable F841 check in the future.
Only trivial cases with no function calls and obviously pure functions
(like datetime.now(), or len()) are cleaned up here.

Part 1, split to reduce conflicts.

Change-Id: I82854349574ec4bcb9336aba626eefdaed81a8c8
2013-06-13 17:04:08 +00:00
..
__init__.py Merge "Add NOVA_LOCALEDIR env variable" 2013-04-15 06:38:40 +00:00
all.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00
api.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00
api_ec2.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00
api_metadata.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00
api_os_compute.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00
baremetal_deploy_helper.py Revert "Fix local variable 'root_uuid' ref before assign" 2013-06-12 19:21:48 -07:00
baremetal_manage.py Fix and enable H403 tests 2013-06-12 22:07:23 +02:00
cells.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00
cert.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00
clear_rabbit_queues.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00
compute.py Use Instance Objects for Start/Stop 2013-06-07 11:43:37 -07:00
conductor.py Use Instance Objects for Start/Stop 2013-06-07 11:43:37 -07:00
console.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00
consoleauth.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00
dhcpbridge.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00
manage.py Remove trivial cases of unused variables (1) 2013-06-13 17:04:08 +00:00
network.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00
novnc.py Enhance group handling in extract_opts 2013-06-10 10:19:00 +02:00
novncproxy.py Enhance group handling in extract_opts 2013-06-10 10:19:00 +02:00
objectstore.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00
rpc_zmq_receiver.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00
scheduler.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00
spicehtml5proxy.py Enhance group handling in extract_opts 2013-06-10 10:19:00 +02:00
xvpvncproxy.py Remove "#!/usr/bin/env python" from .py files under nova/cmd 2013-05-14 21:48:17 +08:00