Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 088a0780 authored by Teddy Valette's avatar Teddy Valette Committed by Pierre Neyron
Browse files

[gen/wiki/oar] change host property's description

parent c6f2824a
Branches
Tags
No related merge requests found
...@@ -51,14 +51,14 @@ class OarPropertiesGenerator < WikiGenerator ...@@ -51,14 +51,14 @@ class OarPropertiesGenerator < WikiGenerator
"possible_values" => "1, 2, 3, ..." "possible_values" => "1, 2, 3, ..."
}, },
"host" => { "host" => {
"description" => "A user-friendly name for the network_address property", "description" => "The full hostname of the node the resource is part of",
"possible_values" => "dahu-1.grenoble.grid5000.fr, ..." "possible_values" => "dahu-1.grenoble.grid5000.fr, ..."
}, },
"ip" => { "ip" => {
"description" => "The IPv4 address of the node the resource is part of" "description" => "The IPv4 address of the node the resource is part of"
}, },
"network_address" => { "network_address" => {
"description" => "The full hostname of the node the resource is part of", "description" => "The full hostname of the node the resource is part of (deprecated, please use host instead)",
"possible_values" => "dahu-1.grenoble.grid5000.fr, ..." "possible_values" => "dahu-1.grenoble.grid5000.fr, ..."
}, },
"slash_[16-22]" => { "slash_[16-22]" => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment