ironic-python-agent/ironic_python_agent
Bill Dodd 3c30088c1e Add min/max values to integer config options
None of the existing ironic-python-agent integer config options included
min or max values. Added appropriate min/max values for the integer
config options.

Two of the integer options are for ports (listen_port and
advertise_port). These were changed to use the more appropriate
oslo_config cfg.PortOpt instead of cfg.IntOpt. PortOpt has the proper
min and max values built in.

Change-Id: I98709a45d099aea62c9973beb6817591cb445a9c
Story: 1731950
2018-05-23 12:08:42 -05:00
..
api Fix gate and bump CoreOS version to latest stable. 2018-05-10 15:50:05 -07:00
cmd Remove old lookup/heartbeat from IPA 2016-11-09 16:34:44 +00:00
extensions Fix gate and bump CoreOS version to latest stable. 2018-05-10 15:50:05 -07:00
hardware_managers Fix gate and bump CoreOS version to latest stable. 2018-05-10 15:50:05 -07:00
shell Fix for fatal error when GPT was used and only MBR was cleaned 2018-05-17 12:51:55 +02:00
tests Merge "rework ATA secure erase" 2018-05-17 19:39:54 +00:00
__init__.py Use # instead of """ for copyright blocks 2014-04-10 07:14:06 -07:00
agent.py write byte objects when using os.write 2018-05-17 11:11:55 -05:00
config.py Add min/max values to integer config options 2018-05-23 12:08:42 -05:00
dmi_inspector.py Collect processor, memory and BIOS output of dmidecode - follow-up 2017-07-27 07:30:54 -07:00
encoding.py Create a SerializableComparable class 2015-09-11 13:44:09 -07:00
errors.py NUMA-topology collector 2017-05-16 08:07:58 -04:00
hardware.py rework ATA secure erase 2018-05-16 13:18:15 +00:00
inspector.py Clean up deprecated items in the inspection code 2017-09-19 14:05:13 +02:00
ironic_api_client.py Include IPA Version during heartbeat 2017-12-07 12:16:06 +00:00
netutils.py mlnx hardware_manager: get mac address using netifaces 2018-03-11 12:50:08 +02:00
numa_inspector.py Fix compatibility with Pint 0.5 2017-05-22 17:05:53 +02:00
utils.py When ouputting to /dev/null should open in write mode 2018-02-06 23:01:53 -08:00
version.py Add sphinx build + basic documentation 2015-03-31 16:22:12 -07:00