Skip to content

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

@gzoritchak

Description

@gzoritchak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions