ironic-inspector/ironic_inspector/common
Nikolay Fedotov 40abe1b58c Use getaddrinfo instead of gethostbyname while resolving BMC address
* According to python docs 'gethostbyname() does not support IPv6 name resolution'
  Changing it to socket.getaddrinfo.
* get_ipmi_address method returns tuple (<BMC Address>, ipv4, ipv6)

Change-Id: I7d57556ff00cf29aee6f1591dcb924086099c7d5
Story: #2004648
Task: #28601
(cherry picked from commit 771f2d396b)
2019-03-11 20:35:53 +00:00
..
__init__.py Rename discoverd -> inspector 2015-05-29 09:06:56 +02:00
context.py Add request context and policy enforcement 2017-10-13 11:55:52 +00:00
i18n.py Remove translation of log messages Part-2 2017-03-28 01:53:40 +00:00
ironic.py Use getaddrinfo instead of gethostbyname while resolving BMC address 2019-03-11 20:35:53 +00:00
keystone.py Add keystoneauth adapters 2018-01-16 18:06:10 +00:00
lldp_parsers.py Remove redundant "the" from a docstring 2018-02-08 16:04:21 +08:00
lldp_tlvs.py Fix pycodestyle warnings/errors now visible with hacking 1.1.0 2018-05-08 23:46:05 +02:00
rpc.py Add manage_boot parameter to introspection API 2018-06-25 12:09:17 +02:00
service_utils.py Centralize config options 2018-01-04 20:43:58 -08:00
swift.py Add keystoneauth adapters 2018-01-16 18:06:10 +00:00