---
title: Charmhub | Deploy Cinder Backup Swift Proxy using Charmhub - The Open Operator
  Collection
description: Deploy the latest version of Cinder Backup Swift Proxy on any cloud.
url: https://charmhub.io/cinder-backup-swift-proxy/configurations
---

# Cinder Backup Swift Proxy

[OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")

* [OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")
* [Cloud](https://charmhub.io/?filter=cloud)

Platform:

24.04

23.10

23.04

22.10

22.04

20.04

18.04

yoga/stable 042e713

```
juju deploy cinder-backup-swift-proxy --channel yoga/stable
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

* [auth-url](https://charmhub.io/cinder-backup-swift-proxy/configurations#auth-url)
* [auth-version](https://charmhub.io/cinder-backup-swift-proxy/configurations#auth-version)
* [block-size](https://charmhub.io/cinder-backup-swift-proxy/configurations#block-size)
* [container-name](https://charmhub.io/cinder-backup-swift-proxy/configurations#container-name)
* [endpoint-url](https://charmhub.io/cinder-backup-swift-proxy/configurations#endpoint-url)
* [object-size](https://charmhub.io/cinder-backup-swift-proxy/configurations#object-size)
* [project-domain](https://charmhub.io/cinder-backup-swift-proxy/configurations#project-domain)
* [project-name](https://charmhub.io/cinder-backup-swift-proxy/configurations#project-name)
* [ssl-ca](https://charmhub.io/cinder-backup-swift-proxy/configurations#ssl-ca)
* [swift-key](https://charmhub.io/cinder-backup-swift-proxy/configurations#swift-key)
* [swift-user](https://charmhub.io/cinder-backup-swift-proxy/configurations#swift-user)
* [tenant-name](https://charmhub.io/cinder-backup-swift-proxy/configurations#tenant-name)
* [user-domain](https://charmhub.io/cinder-backup-swift-proxy/configurations#user-domain)

[Learn about configurations >](https://juju.is/docs/juju/configuration#heading--application-configuration)

* auth-url | string

  The URL of Keystone endpoint of Swift service.
* auth-version | int

  The Swift authentication version.
  Specify "2" for auth 2.0 or "3" for auth 3.0.
* block-size | int

  Default: 32768

  The size in bytes that changes are tracked for incremental backups.
* container-name | string

  Default: volumebackups

  The default Swift container to use.
* endpoint-url | string

  The URL of Swift endpoint.
* object-size | int

  Default: 52428800

  The size in bytes of Swift backup objects.
  This size has to be multiple of swift-block-size.
* project-domain | string

  Swift project domain name. Required when connecting to an auth 3.0 system.
* project-name | string

  Swift project name. Required when connecting to an auth 3.0 system.
* ssl-ca | string

  When the Swift endpoint is TLS-terminated, provide here the contents of ca cert file.
* swift-key | string

  Swift key for authentication.
* swift-user | string

  Swift user name for authentication.
* tenant-name | string

  Swift tenant name. Required when connecting to an auth 2.0 system.
* user-domain | string

  Swift user domain name. Required when connecting to an auth 3.0 system.
