chore: add keystone connector icon and bump tests dependencies

Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
m.nabokikh
2021-03-11 11:32:25 +04:00
parent f7d1405cfd
commit 6be747142a
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"`