remove unused variable

the variable was declare here but not used,and it was declare below.

Change-Id: I4e721a6b50f1c0946ad1143be07de72e55eac97a
This commit is contained in:
caoyue 2016-01-18 17:11:02 +08:00
parent 255ce9ec69
commit a5d8038d93

@ -1023,7 +1023,6 @@ def ipam_release_address():
jsonschema.validate(json_data, schemata.RELEASE_ADDRESS_SCHEMA)
pool_id = json_data['PoolID']
rel_address = json_data['Address']
filtered_ports = []
pools = _get_subnetpools_by_attrs(id=pool_id)
if pools:
pool = pools[0]