We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Try "SWIFT_USERNAME="tenant-name:--username--"
"SWIFT_USERNAME="tenant-name:--username--"
Sorry, something went wrong.
No branches or pull requests
When I try to use params to initialize the environment variables for SWIFT:
I have the exception
Container creation failed: ClientException No tenant specified
The text was updated successfully, but these errors were encountered: