We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61c12b commit c278ecfCopy full SHA for c278ecf
ydb/tools/cfg/dynamic.py
@@ -313,12 +313,6 @@ def _construct_create_tenant_request(domain, tenant):
313
pool.unit_kind = storage_unit.kind
314
pool.count = storage_unit.count
315
316
- overridden_configs = tenant.overridden_configs or {}
317
- nbs = overridden_configs.get('nbs', {})
318
- nfs = overridden_configs.get('nfs', {})
319
- if nbs.get('enable', False) or nfs.get('enable', False):
320
- console_request.CreateTenantRequest.Request.options.disable_tx_service = True
321
-
322
if tenant.plan_resolution is not None:
323
console_request.CreateTenantRequest.Request.options.plan_resolution = tenant.plan_resolution
324
0 commit comments