Bugfixes on the Rest get default config API
Change-Id: I32c62fbcc39df53ab88930c09561ef9014ecba3a
This commit is contained in:
parent
f64ab431f9
commit
72ba7c655d
@ -37,8 +37,6 @@ class ConfigController(object):
|
||||
kb_config = KBConfig()
|
||||
pdict = eval(str(kb_config.config_scale))
|
||||
# Normally we don't allow the clients to change below configs
|
||||
pdict['client'].pop('tp_tool')
|
||||
pdict['client'].pop('http_tool')
|
||||
return json.dumps(pdict)
|
||||
|
||||
@expose(generic=True)
|
||||
|
@ -8,13 +8,10 @@
|
||||
# Settings in this file has higher priority than user configs. It determines
|
||||
# the final count of tenants and useres that KloudBuster will use.
|
||||
#
|
||||
# If running under tenant/user reusing mode, KloudBuster will use *only* one
|
||||
# tenant to hold the resources for both server cloud and client cloud.
|
||||
#
|
||||
# NOTE:
|
||||
# (1) Under tenant/user resuing mode, all resources will be sitting under
|
||||
# the same tenant, so there will be fixed *ONLY* one user for holding
|
||||
# client side resources;
|
||||
# If running under tenant/user reusing mode, KloudBuster will use *only* one
|
||||
# tenant to hold the resources for both server cloud and client cloud. But
|
||||
# each cloud will have its dedicated user.
|
||||
|
||||
tenant_name: demo_tenant
|
||||
server_user:
|
||||
|
Loading…
x
Reference in New Issue
Block a user