Skip to content

Commit

Permalink
Add JSON tags to new Application Credential fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jtopjian authored Jan 24, 2019
1 parent 9c3b9f2 commit 3b35bcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openstack/clientconfig/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ type AuthInfo struct {
Password string `yaml:"password" json:"password"`

// Application Credential ID to login with.
ApplicationCredentialID string `yaml:"application_credential_id"`
ApplicationCredentialID string `yaml:"application_credential_id" json:"application_credential_id"`

// Application Credential name to login with.
ApplicationCredentialName string `yaml:"application_credential_name"`
ApplicationCredentialName string `yaml:"application_credential_name" json:"application_credential_name"`

// Application Credential secret to login with.
ApplicationCredentialSecret string `yaml:"application_credential_secret"`
ApplicationCredentialSecret string `yaml:"application_credential_secret" json:"application_credential_secret"`

// ProjectName is the common/human-readable name of a project.
// Users can be scoped to a project.
Expand Down

0 comments on commit 3b35bcb

Please sign in to comment.