Files
freeipa/ipatests/test_ipalib
Petr Viktorin 521df77744 ipalib.config: Don't autoconvert values to float
When api.env is loaded, strings that "look like" floats got
auto-converted to floats.
This is wrong, as the conversion to float can lose precision.
Case in point: the api_version (e.g. '2.88') should never be
interpreted as float.

Do not automatically convert to float.

We have two numeric options: startup_timeout and wait_for_dns.
wait_for_dns is already converted to int when used in the code.
Convert startup_timeout to float explicitly when used, so
configuration that specified it with a decimal point continues
to work.

Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
2014-06-16 13:38:54 +02:00
..
2013-06-17 19:22:50 +02:00
2014-06-04 10:10:08 +02:00
2013-06-17 19:22:50 +02:00
2013-06-17 19:22:50 +02:00
2013-06-17 19:22:50 +02:00
2013-06-17 19:22:50 +02:00
2013-06-17 19:22:50 +02:00
2013-06-17 19:22:50 +02:00
2013-11-21 10:34:25 +01:00
2013-06-17 19:22:50 +02:00
2013-06-17 19:22:50 +02:00