We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f31cf6 + 0dd917c commit 8cef8d1Copy full SHA for 8cef8d1
1 file changed
modules/openstack/openstack.go
@@ -47,6 +47,7 @@ type AuthOpts struct {
47
Username string
48
Password string
49
TenantName string
50
+ TenantID string
51
DomainName string
52
Region string
53
Scope *gophercloud.AuthScope
@@ -70,6 +71,7 @@ func GetOpenStackProvider(
70
71
Username: cfg.Username,
72
Password: cfg.Password,
73
TenantName: cfg.TenantName,
74
+ TenantID: cfg.TenantID,
75
DomainName: cfg.DomainName,
76
}
77
if cfg.Scope != nil {
0 commit comments