When I try to use params to initialize the environment variables for SWIFT:
- name: myprofile
max_full_backups: 5
full_max_age: 1W
schedule: 0 6 * * *
source: /home/project/backup
target: swift://myprofile
params:
- "SWIFT_USERNAME=--username--"
- "SWIFT_PASSWORD=--password--"
- "SWIFT_AUTHURL=https://auth.cloud.ovh.net/v2.0"
- "SWIFT_TENANTNAME=-tenantname-"
- "SWIFT_AUTHVERSION=2"
I have the exception
Container creation failed: ClientException No tenant specified