Commit b589bafe authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

kvm: data-to-vm parameter is a textarea

parent 0ee8f7be
Pipeline #22388 failed with stage
in 0 seconds
...@@ -472,7 +472,8 @@ ...@@ -472,7 +472,8 @@
"data-to-vm": { "data-to-vm": {
"title": "Text content to send to this virtual machine.", "title": "Text content to send to this virtual machine.",
"description": "Text content which will be written in a file 'data' of http server of this virtual machine instance. The file will be available via URL: http://10.0.2.100/data in the VM.", "description": "Text content which will be written in a file 'data' of http server of this virtual machine instance. The file will be available via URL: http://10.0.2.100/data in the VM.",
"type": "string" "type": "string",
"textarea": true
}, },
"disable-ansible-promise": { "disable-ansible-promise": {
"title": "Desactivate Ansible promise check", "title": "Desactivate Ansible promise check",
......
...@@ -305,7 +305,8 @@ ...@@ -305,7 +305,8 @@
"data-to-vm": { "data-to-vm": {
"title": "Text content to send to this virtual machine.", "title": "Text content to send to this virtual machine.",
"description": "Text content which will be written in a file 'data' of http server of this virtual machine instance. The file will be available via URL: http://10.0.2.100/data in the VM.", "description": "Text content which will be written in a file 'data' of http server of this virtual machine instance. The file will be available via URL: http://10.0.2.100/data in the VM.",
"type": "string" "type": "string",
"textarea": true
}, },
"frontend-instance-guid": { "frontend-instance-guid": {
"title": "Frontend Instance ID", "title": "Frontend Instance ID",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment