diff --git a/config_tempest/services/object_storage.py b/config_tempest/services/object_storage.py index 094d3ab9..e2a6d09d 100644 --- a/config_tempest/services/object_storage.py +++ b/config_tempest/services/object_storage.py @@ -99,7 +99,7 @@ class ObjectStorageService(Service): 'discoverability')): return False return True - except configparser.NoSectionError: + except (configparser.NoSectionError, configparser.NoOptionError): # On swift, healthcheck is under http://.../healthcheck, while in # ceph is under http://.../swift/healthcheck, we check both cases return_value = self._check_health_check('healthcheck')