ironic/ironic/drivers
Stenio Araujo faf3f6b210 Get a new OneView client when needed
OneView has the time to expire an active session
defined through an idle time. This idle time is
24 hours by default. The previous client,
python-oneviewclient, used by the hardware type
OneView had a reauthentication mechanism that would
ensure the new session was created when the old
one expired. With the migration to python-hpOneView,
the mechanism to reauthenticate does not exist.

This solution creates a new instance of the client when
it is needed.

Change-Id: Id112e84f7d050d818e3cd9bf02cd9cfe4716ef32
Closes-Bug: 1693788
2017-11-03 21:37:08 +00:00
..
modules Get a new OneView client when needed 2017-11-03 21:37:08 +00:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
agent.py Remove SSH-based driver interfaces and drivers 2017-08-01 12:39:39 +00:00
base.py Remove log translations from ironic/drivers Part-1 2017-05-09 17:15:38 +00:00
cisco_ucs.py Add I202 to flake ignore list 2017-10-25 14:32:52 +03:00
drac.py Add 'hardware type' for Dell EMC iDRACs 2017-08-18 14:41:05 +00:00
fake.py Remove python-oneviewclient from Ironic OneView drivers 2017-11-01 13:42:22 -03:00
fake_hardware.py Add storage_interface to base driver class 2016-12-21 20:35:30 +00:00
generic.py Enable cinder storage interface for generic hardware 2017-07-07 12:11:03 +00:00
hardware_type.py exception from driver_factory.default_interface() 2017-02-06 20:48:56 +00:00
ilo.py Add 'iscsi' deploy support for 'ilo' hardware type 2017-05-08 08:10:56 -04:00
ipmi.py Add ipmitool vendor interface to the ipmi hardware type 2017-05-19 13:30:43 +02:00
irmc.py Adds clean step 'restore_irmc_bios_config' to iRMC drivers 2017-06-29 10:06:20 +00:00
oneview.py Remove python-oneviewclient from Ironic OneView drivers 2017-11-01 13:42:22 -03:00
pxe.py Remove SSH-based driver interfaces and drivers 2017-08-01 12:39:39 +00:00
raid_config_schema.json Fix quotes in documentation and schema description 2017-07-03 19:32:26 +03:00
redfish.py Add redfish driver 2017-04-21 11:06:24 +01:00
snmp.py Adds hardware type for SNMP powered systems 2017-08-07 10:28:16 -04:00
utils.py Support SUM based firmware update as clean step for iLO drivers 2017-10-10 07:36:51 +00:00