puppet-ironic/lib/puppet
Takashi Kajinami c4c5372851 Remove wrong TODO comment
The IPAddr.new().prefix function does not work as intended. This change
removes the TODO comment to use the function because we can't really
replace the current implementation by that built-in feature.

irb(main):001:0> IPAddr.new('ffff:ffff:ffff:ffff::').to_i.to_s(2).count("1")
=> 64
irb(main):002:0> IPAddr.new('ffff:ffff:ffff:ffff::').prefix
=> 128

Change-Id: I07a340e1716f6ab8db718b89bf4535f989df7929
2022-08-25 10:37:18 +09:00
..
functions Remove wrong TODO comment 2022-08-25 10:37:18 +09:00
provider ironic_config: Deprecate transfomers 2022-02-12 23:56:21 +09:00
type Add support for MultiStrOpt (inspector) 2021-11-02 09:06:53 +09:00