File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
pkg/cloudprovider/providers/openstack Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ type OpenStack struct {
187
187
}
188
188
189
189
type AuthOpts struct {
190
- AuthURL string `gcfg:"auth-url" mapstructure:"auth-url" name:"os-authURL" dependsOn:"os-password|os-trustID"`
190
+ AuthURL string `gcfg:"auth-url" mapstructure:"auth-url" name:"os-authURL" dependsOn:"os-password|os-trustID|os-applicationCredentialSecret "`
191
191
UserID string `gcfg:"user-id" mapstructure:"user-id" name:"os-userID" value:"optional" dependsOn:"os-password"`
192
192
Username string `name:"os-userName" value:"optional" dependsOn:"os-password"`
193
193
Password string `name:"os-password" value:"optional" dependsOn:"os-domainID|os-domainName,os-projectID|os-projectName,os-userID|os-userName"`
You can’t perform that action at this time.
0 commit comments