Commit 3eaa8bfc authored by Jérome Perrin's avatar Jérome Perrin

json schemas: use proper name for shared instances

parent 0e182f5f
Pipeline #27560 failed with stage
...@@ -66,8 +66,8 @@ ...@@ -66,8 +66,8 @@
"type": "string" "type": "string"
}, },
"shared": { "shared": {
"description": "Define if the request will request a Slave or Software Instance.", "description": "Define if the request will request a Shared Instance or Software Instance.",
"default": "false", "default": false,
"type": "boolean" "type": "boolean"
}, },
"index": { "index": {
......
...@@ -70,14 +70,14 @@ ...@@ -70,14 +70,14 @@
"default": "http://git.erp5.org/gitweb/slapos.git/blob_plain/HEAD:/software/apache-frontend/software.cfg" "default": "http://git.erp5.org/gitweb/slapos.git/blob_plain/HEAD:/software/apache-frontend/software.cfg"
}, },
"slave-frontend-dict": { "slave-frontend-dict": {
"title": "Slave Front end definition", "title": "Shared Front end definition",
"description": "Slave Front end definition", "description": "Shared Front end definition",
"patternProperties": { "patternProperties": {
".*": { ".*": {
"properties": { "properties": {
"domain": { "domain": {
"title": "Name of the domain to be used", "title": "Name of the domain to be used",
"description": "Name of the domain to be used (example: mydomain.com). Subdomains of this domain will be used for the slave instances (example: instance12345.mydomain.com).", "description": "Name of the domain to be used (example: mydomain.com). Subdomains of this domain will be used for the shared instances (example: instance12345.mydomain.com).",
"type": "string", "type": "string",
"default": "" "default": ""
}, },
...@@ -89,13 +89,13 @@ ...@@ -89,13 +89,13 @@
"default": "" "default": ""
}, },
"enable-cache": { "enable-cache": {
"title": "Use cache for this slave frontend.", "title": "Use cache for this shared frontend.",
"description": "Specify if slave frontend should use a squid to connect to backend.", "description": "Specify if shared frontend should use a cache to connect to backend.",
"type": "boolean", "type": "boolean",
"default": false "default": false
}, },
"type": { "type": {
"title": "Specify if slave frontend will redirect to a zope backend.", "title": "Specify if shared frontend will redirect to a zope backend.",
"description": "If specified, Apache RewriteRule will use Zope's Virtual Host Daemon. Possible values: 'zope', 'default'.", "description": "If specified, Apache RewriteRule will use Zope's Virtual Host Daemon. Possible values: 'zope', 'default'.",
"type": "string", "type": "string",
"default": "default" "default": "default"
......
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