]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove unused network parameter from _allocate_ips_for_port
authorCarl Baldwin <carl.baldwin@hp.com>
Tue, 19 Aug 2014 05:07:47 +0000 (05:07 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Wed, 20 Aug 2014 14:26:39 +0000 (14:26 +0000)
commit64a4fadde0f8a1a6413ea5623fc30b9872896a67
tree87dd23491dc55b4f4c76e18f8855a9bb6baa7ef0
parent50126be5ba4b1acc36d5fe9e5d180be8ce2ceb06
Remove unused network parameter from _allocate_ips_for_port

I found this in the context of a patch that I was reviewing [1].  I
found that patch left a few loose ends and so I thought it would be
better to remove the parameter as a separate refactor so that it can
be carefully reviewed.  The other patch [1] should be rebased to this
one.

[1] https://review.openstack.org/#/c/100963

Change-Id: I75115fa46ea3340ef0f13feb28ad2cdb0387fed7
neutron/db/db_base_plugin_v2.py