From 8313866971920f862bd750c3562621074a29fc82 Mon Sep 17 00:00:00 2001 From: Ildiko Date: Fri, 6 Jun 2014 11:37:39 +0200 Subject: [PATCH] Set pbr 'warnerrors' option for doc build By setting this pbr option in setup.cfg, the doc build will fail in case of any warnings or errors occur during the build process. To be able to turn on this setting, the current formatting errors were fixed. Change-Id: Iec3f70eeb56c4652c2171e5f58c433f1434e6be1 --- openstack/common/network_utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openstack/common/network_utils.py b/openstack/common/network_utils.py index 68e6d23a..b0f9a02e 100644 --- a/openstack/common/network_utils.py +++ b/openstack/common/network_utils.py @@ -117,14 +117,13 @@ def set_tcp_keepalive(sock, tcp_keepalive=True, This function configures tcp keepalive parameters if users wish to do so. + :param tcp_keepalive: Boolean, turn on or off tcp_keepalive. If users are not sure, this should be True, and default values will be used. :param tcp_keepidle: time to wait before starting to send keepalive probes - :param tcp_keepalive_interval: time between successive probes, once the initial wait time is over - :param tcp_keepalive_count: number of probes to send before the connection is killed """