diff options
author | Boris Pavlovic <boris@pavlovic.me> | 2013-08-05 20:05:39 +0400 |
---|---|---|
committer | Boris Pavlovic <boris@pavlovic.me> | 2013-08-06 10:27:10 +0400 |
commit | d6a5158e21fe8b71476e1ea830a1a4affe4e1ac5 (patch) | |
tree | 76de64c0aed593664b984fc7638affb68dffc8cb /tox.ini | |
parent | 58be3dab69f05b76c8f541fa347611bcf81f82dd (diff) | |
download | nova-d6a5158e21fe8b71476e1ea830a1a4affe4e1ac5.tar.gz |
Finish DB session cleanup
Remove session parameter from:
agent_build_get_by_triple()
bw_usage_update()
They are never called with session parameter
Rename aggregate_get_query() -> _aggregate_get_query()
because it is private method
Enable N309
implement blueprint db-session-cleanup
Change-Id: Idd43d230105cb140d8825a251f03a58ea28cce90
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ commands = {posargs} # H102 Apache 2.0 license header not found # H501 Do not use locals() for string formatting -ignore = E121,E122,E123,E124,E126,E127,E128,E711,E712,H102,H302,H404,F403,H501,F811,F841,N309 +ignore = E121,E122,E123,E124,E126,E127,E128,E711,E712,H102,H302,H404,F403,H501,F811,F841 exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,*plugins/xenserver*,tools [hacking] |