Remove old lookup/heartbeat from IPA

Lookup/Heartbeat via vendor passthru was deprecated in Newton.

This patch removes the corresponding functionality from IPA,
and also removes handling of 'ipa-driver-name' kernel parameter,
as it was only used in code related to old passthru.

Change-Id: I2c7989063ab3e4c0bae33f05d6d2ed857a2d9944
Closes-Bug: #1640533
This commit is contained in:
Pavlo Shchelokovskyy
2016-10-13 18:23:20 +03:00
committed by Pavlo Shchelokovskyy
parent dca181a47c
commit b033bfd933
8 changed files with 26 additions and 198 deletions

@ -82,11 +82,6 @@ cli_opts = [
'doubled after each failure until timeout is '
'exceeded.'),
cfg.StrOpt('driver_name',
default=APARAMS.get('ipa-driver-name', 'agent_ipmitool'),
deprecated_name='driver-name',
help='The Ironic driver in use for this node'),
cfg.FloatOpt('lldp_timeout',
default=APARAMS.get('ipa-lldp-timeout',
APARAMS.get('lldp-timeout', 30.0)),