]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make delete-vlan-bridge and delete-vlan functions clear
authorNick <skywalker.nick@gmail.com>
Tue, 25 Aug 2015 02:47:12 +0000 (10:47 +0800)
committerNick <skywalker.nick@gmail.com>
Wed, 26 Aug 2015 04:09:08 +0000 (12:09 +0800)
commita65ccdb573a5bb62d308eb00d81f60765d3948e8
tree9128a0dceafccad7271b2923ec8ce971404ccc36
parent0ed7e090ff5acf036ee306a6bb6d7cbf66424fe0
Make delete-vlan-bridge and delete-vlan functions clear

Change delete_vlan_bridge function name to reflect that it doesn't
only work with vlans but also for example with vxlan, the same with
delete_vlan function.

This refactor work is needed to make the code clear.

Change-Id: I76f5f91aa9437aa4478e2876c9bb3dfd75e2ca63
Closes-Bug: #1488298
neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/tests/unit/plugins/ml2/drivers/linuxbridge/agent/test_linuxbridge_neutron_agent.py