Description of Swift backup driver configuration options
Configuration option = Default value Description
[DEFAULT]
= per_user (StrOpt) Swift authentication mechanism
= 1 (StrOpt) Swift authentication version. Specify "1" for auth 1.0, or "2" for auth 2.0
= 32768 (IntOpt) The size in bytes that changes are tracked for incremental backups. backup_swift_object_size has to be multiple of backup_swift_block_size.
= None (StrOpt) Location of the CA certificate file to use for swift client requests.
= volumebackups (StrOpt) The default Swift container to use
= True (BoolOpt) Enable or Disable the timer to send the periodic progress notifications to Ceilometer when backing up the volume to the Swift backend storage. The default value is True to enable the timer.
= None (StrOpt) Swift key for authentication
= 52428800 (IntOpt) The size in bytes of Swift backup objects
= 3 (IntOpt) The number of retries to make for Swift operations
= 2 (IntOpt) The backoff time in seconds between Swift retries
= None (StrOpt) Swift tenant/account name. Required when connecting to an auth 2.0 system
= None (StrOpt) The URL of the Swift endpoint
= None (StrOpt) Swift user name
= object-store:swift:publicURL (StrOpt) Info to match when looking for swift in the service catalog. Format is: separated values of the form: <service_type>:<service_name>:<endpoint_type> - Only used if backup_swift_url is unset