Skip to content
New issue

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

Using swift : Container creation failed: ClientException No tenant specified #17

Open
gzoritchak opened this issue Feb 3, 2016 · 1 comment

Comments

@gzoritchak
Copy link
Contributor

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

@shawnzhu
Copy link

Try "SWIFT_USERNAME="tenant-name:--username--"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants