summaryrefslogtreecommitdiff
path: root/tempest
diff options
context:
space:
mode:
Diffstat (limited to 'tempest')
-rw-r--r--tempest/config.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/tempest/config.py b/tempest/config.py
index 00b394eff..dfc0a8eb3 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -975,12 +975,12 @@ ValidationGroup = [
default='ecdsa',
help='Type of key to use for ssh connections. '
'Valid types are rsa, ecdsa'),
- cfg.IntOpt('allowed_network_downtime',
- default=5.0,
- help="Allowed VM network connection downtime during live "
- "migration, in seconds. "
- "When the measured downtime exceeds this value, an "
- "exception is raised."),
+ cfg.FloatOpt('allowed_network_downtime',
+ default=5.0,
+ help="Allowed VM network connection downtime during live "
+ "migration, in seconds. "
+ "When the measured downtime exceeds this value, an "
+ "exception is raised."),
]
volume_group = cfg.OptGroup(name='volume',