From b3e944b643207e00dd0a70cc5081d4ed82e22f0e Mon Sep 17 00:00:00 2001 From: Teddy Valette <teddy.valette@inria.fr> Date: Tue, 5 May 2020 14:18:49 +0000 Subject: [PATCH] [gen/wiki/oar] change host property's description --- lib/refrepo/gen/wiki/generators/oar_properties.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/refrepo/gen/wiki/generators/oar_properties.rb b/lib/refrepo/gen/wiki/generators/oar_properties.rb index 74398043cc..13d2e7c91c 100644 --- a/lib/refrepo/gen/wiki/generators/oar_properties.rb +++ b/lib/refrepo/gen/wiki/generators/oar_properties.rb @@ -51,14 +51,14 @@ class OarPropertiesGenerator < WikiGenerator "possible_values" => "1, 2, 3, ..." }, "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, ..." }, "ip" => { "description" => "The IPv4 address of the node the resource is part of" }, "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, ..." }, "slash_[16-22]" => { -- GitLab