diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py index f21b85f..260a720 100644 --- a/britney2/policies/autopkgtest.py +++ b/britney2/policies/autopkgtest.py @@ -253,7 +253,7 @@ class AutopkgtestPolicy(BasePolicy): if self.options.adt_swift_user: if (not self.options.adt_swift_pass or not self.options.adt_swift_auth_url or - not self.options.adt_swift_tenant or + not self.options.adt_swift_project or not self.options.adt_swift_region): raise RuntimeError('Incomplete swift credentials given')