fix: 1. quota add API 2. tenant cache refresh 3. domain quota not initialize

This commit is contained in:
Qiu Jian
2019-07-02 03:08:52 +08:00
parent 550c674fd9
commit f184e2d8f9
23 changed files with 244 additions and 63 deletions
+2
View File
@@ -79,6 +79,8 @@ type CommonOptions struct {
AdminProjectDomain string `help:"Domain of Admin project"`
AuthTokenCacheSize uint32 `help:"Auth token Cache Size" default:"2048"`
TenantCacheExpireSeconds int `help:"expire seconds of cached tenant/domain info. defailt 15 minutes" default:"900"`
BaseOptions
}