From bf976b4f606860630ffa967fe70a36a7e5954828 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sun, 20 Jan 2019 10:32:03 +0100 Subject: [PATCH] Fix one typo in docstring (tempest.py) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I46053c92660139f4004d9cec8d1cfb6817cc0e07 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/openstack/tempest/tempest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functest/opnfv_tests/openstack/tempest/tempest.py b/functest/opnfv_tests/openstack/tempest/tempest.py index 75a2fb5a1..d7e3f243d 100644 --- a/functest/opnfv_tests/openstack/tempest/tempest.py +++ b/functest/opnfv_tests/openstack/tempest/tempest.py @@ -366,7 +366,7 @@ class TempestCommon(singlevm.VmReady2): rconfig.write(config_file) def update_compute_section(self): - """Update neutron section in tempest.conf""" + """Update compute section in tempest.conf""" rconfig = configparser.RawConfigParser() rconfig.read(self.conf_file) if not rconfig.has_section('compute'): -- 2.16.6