vmware-nsx/quantum/agent/linux
Jason Zhang 53ebb63410 Setup device alias by device flavor information.
The router interface cannot be deleted since the MetaPlugin
cannot get the flavor information from the port which has
been deleted.
The solution is setting up the alias for each device based
on the flavor information, so the MetaPlugin still can get
the flavor information from the device itself even the
port has been deleted.

Also the router interface cannot be deleted since the
l3_port_check flag is not passed by MetaPlugin.

Fixes: bug #1085276

Change-Id: I670aa45c804e660ee4afb5359e0ab1347f369986
2013-03-04 14:56:21 -08:00
..
__init__.py Add common dir for shared agent code, add OVS lib. 2012-06-04 22:07:27 -07:00
daemon.py Fix i18n messages 2013-01-22 11:42:15 +08:00
dhcp.py LBaaS Agent Reference Implementation 2013-02-27 21:49:57 -05:00
external_process.py Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
interface.py Setup device alias by device flavor information. 2013-03-04 14:56:21 -08:00
ip_lib.py Setup device alias by device flavor information. 2013-03-04 14:56:21 -08:00
iptables_firewall.py Ensure max length of iptables chain name w/o prefix is up to 11 chars. 2013-03-01 23:50:55 +09:00
iptables_manager.py Ensure max length of iptables chain name w/o prefix is up to 11 chars. 2013-03-01 23:50:55 +09:00
ovs_lib.py Fix i18n messages 2013-01-22 11:42:15 +08:00
utils.py LBaaS Agent Reference Implementation 2013-02-27 21:49:57 -05:00