зеркало из https://github.com/Azure/Avere.git
Fixed value given to enableCloudTraceDebugging
This commit is contained in:
Родитель
a409772a91
Коммит
9150732e41
|
@ -165,10 +165,6 @@
|
||||||
"enableCloudTraceDebugging": {
|
"enableCloudTraceDebugging": {
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"defaultValue": false,
|
"defaultValue": false,
|
||||||
"allowedValues": [
|
|
||||||
true,
|
|
||||||
false
|
|
||||||
],
|
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "When working with Azure Support, set this value to true, otherwise keep as false."
|
"description": "When working with Azure Support, set this value to true, otherwise keep as false."
|
||||||
}
|
}
|
||||||
|
|
|
@ -165,10 +165,6 @@
|
||||||
"enableCloudTraceDebugging": {
|
"enableCloudTraceDebugging": {
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"defaultValue": false,
|
"defaultValue": false,
|
||||||
"allowedValues": [
|
|
||||||
true,
|
|
||||||
false
|
|
||||||
],
|
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "When working with Azure Support, set this value to true, otherwise keep as false."
|
"description": "When working with Azure Support, set this value to true, otherwise keep as false."
|
||||||
}
|
}
|
||||||
|
|
Двоичные данные
src/vfxt/src/marketplace.zip
Двоичные данные
src/vfxt/src/marketplace.zip
Двоичный файл не отображается.
|
@ -35,7 +35,7 @@ class TestVfxtTemplateDeploy:
|
||||||
"controllerSSHKeyData": ssh_pub_key,
|
"controllerSSHKeyData": ssh_pub_key,
|
||||||
"adminPassword": os.environ["AVERE_ADMIN_PW"],
|
"adminPassword": os.environ["AVERE_ADMIN_PW"],
|
||||||
"controllerPassword": os.environ["AVERE_CONTROLLER_PW"],
|
"controllerPassword": os.environ["AVERE_CONTROLLER_PW"],
|
||||||
"enableCloudTraceDebugging": "true",
|
"enableCloudTraceDebugging": True
|
||||||
}
|
}
|
||||||
test_vars["controller_name"] = td.deploy_params["controllerName"]
|
test_vars["controller_name"] = td.deploy_params["controllerName"]
|
||||||
test_vars["controller_user"] = td.deploy_params["controllerAdminUsername"]
|
test_vars["controller_user"] = td.deploy_params["controllerAdminUsername"]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче