]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use list copy for events in nova notifier
authorIhar Hrachyshka <ihrachys@redhat.com>
Tue, 22 Apr 2014 13:26:44 +0000 (15:26 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Fri, 23 May 2014 12:11:52 +0000 (14:11 +0200)
commite7651e2ada2b15bb57596e1190e1f936e6360459
treead040deeb36886ab02c31f150f47765a9b2a8faa
parent930e18e35acdb8f9e28ba8fd061f42883d60cf79
Use list copy for events in nova notifier

There is no need to call range() and len() and .pop() for such a
simple task as list copy.

Change-Id: I4d25e0887ba0a7a5c7f49d195e90a7d2818caac2
neutron/notifiers/nova.py