summaryrefslogtreecommitdiff
path: root/heat/engine/resources/openstack/octavia/health_monitor.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/engine/resources/openstack/octavia/health_monitor.py')
-rw-r--r--heat/engine/resources/openstack/octavia/health_monitor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/heat/engine/resources/openstack/octavia/health_monitor.py b/heat/engine/resources/openstack/octavia/health_monitor.py
index fbe33ee62..4c2b928c4 100644
--- a/heat/engine/resources/openstack/octavia/health_monitor.py
+++ b/heat/engine/resources/openstack/octavia/health_monitor.py
@@ -56,7 +56,7 @@ class HealthMonitor(octavia_base.OctaviaBase):
),
DELAY: properties.Schema(
properties.Schema.INTEGER,
- _('The minimum time in milliseconds between regular connections '
+ _('The minimum time in seconds between regular connections '
'of the member.'),
required=True,
update_allowed=True,
@@ -95,7 +95,7 @@ class HealthMonitor(octavia_base.OctaviaBase):
),
TIMEOUT: properties.Schema(
properties.Schema.INTEGER,
- _('Maximum number of milliseconds for a monitor to wait for a '
+ _('Maximum number of seconds for a monitor to wait for a '
'connection to be established before it times out.'),
required=True,
update_allowed=True,