fix: client auth needs project domain info

This commit is contained in:
Qiu Jian
2019-05-31 14:10:56 +08:00
parent 42861cd43f
commit 8c799e3a5e
13 changed files with 100 additions and 67 deletions
+1
View File
@@ -74,6 +74,7 @@ type CommonOptions struct {
AdminDomain string `help:"Admin user domain"`
AdminPassword string `help:"Admin password" alias:"admin-passwd"`
AdminProject string `help:"Admin project" default:"system" alias:"admin-tenant-name"`
AdminProjectDomain string `help:"Domain of Admin project"`
AuthTokenCacheSize uint32 `help:"Auth token Cache Size" default:"2048"`
BaseOptions