Change a function name of swift backup

The function name was changed from check_for_setup_errors to
check_for_setup_error. The function of swift backup is the concrete
realization of backup driver.

Change-Id: I2121f71c1ad17f397e6d1e9f576ad7d0e6c8c4f9
This commit is contained in:
zhu.boxiang 2018-12-04 15:07:24 +08:00
parent 4ee8460e5b
commit 45b313ae4e
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