neutron/neutron
Brian Haley 0963aec572 Refactor code to deprecate get_interface_mac
The ip_lib code is able to get the MAC address of a device
already using the IpLinkCommand class, let's remove
get_interface_mac() since it's not necessary.

Changed all callers to use the new get_device_mac() code
and tagged get_interface_mac() for deprecation since it
could be in use by other callers outside the neutron tree.

Closes-Bug: #1630439

Change-Id: I1695d7e46efe5245eb581bd40d5420250a3bad89
2016-10-07 12:57:09 -04:00
..
agent Refactor code to deprecate get_interface_mac 2016-10-07 12:57:09 -04:00
api Merge "Reduce log level for extensions not being supported" 2016-09-27 02:22:48 +00:00
callbacks Fix events misnomer in callback registry debug trace 2016-09-15 18:53:27 -07:00
cmd Forbid importing neutron.tests.* from outside tests subtree 2016-09-15 18:42:45 +00:00
common Remove old oslo.messaging transport aliases 2016-09-30 14:13:19 +00:00
conf Merge "Refactoring config options for ml2 plugin drivers" 2016-10-04 19:53:52 +00:00
core_extensions Respond negatively to tenant detachment of enforced QoS policies 2016-05-16 21:54:15 +00:00
db Merge "Relocate Flavor and ServiceProfile DB models" 2016-10-05 15:36:06 +00:00
debug Replace device owners hard coded strings to neutron_lib constants 2016-07-12 04:11:35 -04:00
extensions Merge "Disallow specifying too long description for meter-label" 2016-09-26 22:13:35 +00:00
hacking Forbid importing neutron.tests.* from outside tests subtree 2016-09-15 18:42:45 +00:00
ipam Merge "Catch DBReferenceError in IPAM and convert to SubnetNotFound" 2016-09-16 07:09:25 +00:00
locale Imported Translations from Zanata 2016-08-19 07:27:43 +00:00
notifiers Use singleton for Nova notifier 2016-09-09 05:12:03 -07:00
objects Introduce ovo objects for networks 2016-09-29 15:36:47 +00:00
pecan_wsgi Merge "Make DHCP notifier use core resource events" 2016-09-14 21:11:53 +00:00
plugins Refactor code to deprecate get_interface_mac 2016-10-07 12:57:09 -04:00
quota Merge "Mark quota operations as retriable" 2016-09-13 20:34:31 +00:00
scheduler Merge "Relocate SegmentHostMapping DB model" 2016-10-04 15:26:51 +00:00
server Revert "Revert "Remove threading before process forking"" 2016-06-02 21:26:08 +00:00
services Merge "Relocate Tag DB model" 2016-10-05 04:32:55 +00:00
tests Refactor code to deprecate get_interface_mac 2016-10-07 12:57:09 -04:00
__init__.py Hacking rule to check i18n usage 2016-03-30 21:28:37 -04:00
_i18n.py Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
auth.py Consume ConfigurableMiddleware from oslo_middleware 2015-10-08 17:59:43 +00:00
context.py Use context from_environ to load contexts 2016-07-12 13:49:41 +10:00
manager.py Pecan: bind attribute map to controllers 2016-05-26 06:13:53 +00:00
neutron_plugin_base_v2.py Revert "Revert "Remove threading before process forking"" 2016-06-02 21:26:08 +00:00
opts.py Merge "Refactoring config options for ml2 plugin drivers" 2016-10-04 19:53:52 +00:00
policy.py Prevent use filter(lambda obj: test(obj), data) 2016-09-14 16:23:32 +07:00
service.py Merge "Use dispose_pool() from oslo.db" 2016-08-26 22:03:41 +00:00
version.py
worker.py Remove notification for process event 2016-06-28 11:49:31 -07:00
wsgi.py Merge "Use dispose_pool() from oslo.db" 2016-08-26 22:03:41 +00:00