From 61a02ce4a6995da90b3758f04a1d9edc9a46c118 Mon Sep 17 00:00:00 2001 From: chenying Date: Thu, 12 May 2016 15:24:24 +0800 Subject: [PATCH] Fix loading smaug-swift-bank-plugin error when starting smaug-protection service Change-Id: Id8f6e7870fe5050f1b113b5b4161dedfb09ae386 Closes-Bug:#1580887 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a3681f3e..6831c9d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ console_scripts = smaug.database.migration_backend = sqlalchemy = oslo_db.sqlalchemy.migration smaug.protections = - smaug-swift-bank-plugin = smaug.services.protection.plugins.swift_bank_plugin:SwiftBankPlugin + smaug-swift-bank-plugin = smaug.services.protection.bank_plugins.swift_bank_plugin:SwiftBankPlugin smaug-volume-protection-plugin = smaug.services.protection.plugins.cinder_backup_plugin:CinderBackupPlugin smaug.provider = provider-registry = smaug.services.protection.provider:ProviderRegistry