Merge pull request #2036 from flant/keystone-minor-fixes

chore: add keystone connector icon and bump tests dependencies
This commit is contained in:
Márk Sági-Kazár
2021-03-22 17:51:19 +01:00
committed by GitHub
5 changed files with 22 additions and 3 deletions

View File

@@ -42,8 +42,8 @@ type domainKeystone struct {
// config:
// keystoneHost: http://example:5000
// domain: default
// keystoneUsername: demo
// keystonePassword: DEMO_PASS
// keystoneUsername: demo
// keystonePassword: DEMO_PASS
type Config struct {
Domain string `json:"domain"`
Host string `json:"keystoneHost"`