Fix one typo in docstring (tempest.py) 17/66517/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 20 Jan 2019 09:32:03 +0000 (10:32 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 20 Jan 2019 09:38:41 +0000 (10:38 +0100)
Change-Id: I46053c92660139f4004d9cec8d1cfb6817cc0e07
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit bf976b4f606860630ffa967fe70a36a7e5954828)

functest/opnfv_tests/openstack/tempest/tempest.py

index 75a2fb5..d7e3f24 100644 (file)
@@ -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'):