ironic-inspector/ironic_inspector/plugins
Dmitry Tantsur 9575d31920 Move port creation to validate_interfaces hook
Currently port logic is placed inconsistently: port creation is in core processing,
while port deletion is in validate_interfaces before_update. This changes moves
port creation there as well. This should only affect deployments that tamper with
validation_interfaces hook, as previously port creation was run just before running
before_update hooks.

This allows deployments to replace port creation logic by replacing the
validate_interfaces hook.

Change-Id: Idd8f748fdf31fc694bd7b554837e509024716c18
Partial-Bug: #1667472
2017-04-11 17:58:56 +02:00
..
__init__.py Rename discoverd -> inspector 2015-05-29 09:06:56 +02:00
base.py Remove translation of log messages Part-1 2017-03-24 21:45:04 +00:00
capabilities.py Remove translation of log messages Part-1 2017-03-24 21:45:04 +00:00
discovery.py Remove translation of log messages Part-1 2017-03-24 21:45:04 +00:00
example.py Officially deprecate rollback for introspection rules 2016-03-08 15:12:47 +01:00
extra_hardware.py Remove translation of log messages Part-1 2017-03-24 21:45:04 +00:00
lldp_basic.py Remove translation of log messages Part-1 2017-03-24 21:45:04 +00:00
local_link_connection.py Remove translation of log messages Part-2 2017-03-28 01:53:40 +00:00
pci_devices.py Remove translation of log messages Part-1 2017-03-24 21:45:04 +00:00
raid_device.py Remove translation of log messages Part-1 2017-03-24 21:45:04 +00:00
rules.py remove unused LOG 2016-07-10 13:44:21 +08:00
standard.py Move port creation to validate_interfaces hook 2017-04-11 17:58:56 +02:00