Skip to content

Commit 8cef8d1

Browse files
authored
Merge pull request #620 from gthiemonge/tenant_id
Add TenantID in AuthOpts
2 parents 7f31cf6 + 0dd917c commit 8cef8d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/openstack/openstack.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ type AuthOpts struct {
4747
Username string
4848
Password string
4949
TenantName string
50+
TenantID string
5051
DomainName string
5152
Region string
5253
Scope *gophercloud.AuthScope
@@ -70,6 +71,7 @@ func GetOpenStackProvider(
7071
Username: cfg.Username,
7172
Password: cfg.Password,
7273
TenantName: cfg.TenantName,
74+
TenantID: cfg.TenantID,
7375
DomainName: cfg.DomainName,
7476
}
7577
if cfg.Scope != nil {

0 commit comments

Comments
 (0)