fixing storage_namespace; the correct location is under trove.common
Change-Id: Ia5e94983eca274a3f74b0a09a58f8b0b15c2a03b
This commit is contained in:
parent
3cb02d8768
commit
c3019c4f75
@ -66,7 +66,7 @@ backup_namespace = trove.guestagent.strategies.backup.mysql_impl
|
||||
# backup_runner_options = InnoBackupEx:--no-lock, MySQLDump:--events --routines --triggers
|
||||
restore_namespace = trove.guestagent.strategies.restore.mysql_impl
|
||||
storage_strategy = SwiftStorage
|
||||
storage_namespace = trove.guestagent.strategies.storage.swift
|
||||
storage_namespace = trove.common.strategies.storage.swift
|
||||
backup_swift_container = database_backups
|
||||
backup_use_gzip_compression = True
|
||||
backup_use_openssl_encryption = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user