Merge "Change a function name of swift backup"

This commit is contained in:
Zuul 2019-02-15 18:27:36 +00:00 committed by Gerrit Code Review
commit db06c52116
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ class SwiftBackupDriver(chunkeddriver.ChunkedBackupDriver):
"""Swift driver does not use any extra metadata."""
return None
def check_for_setup_errors(self):
def check_for_setup_error(self):
# Here we are trying to connect to swift backend service
# without any additional parameters.
# At the moment of execution we don't have any user data