[pve-devel] [PATCH cluster] add 'for internal use' to description of addnode
David Limbeck
d.limbeck at proxmox.com
Wed Oct 3 11:53:36 CEST 2018
Signed-off-by: David Limbeck <d.limbeck at proxmox.com>
---
data/PVE/API2/ClusterConfig.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/PVE/API2/ClusterConfig.pm b/data/PVE/API2/ClusterConfig.pm
index 9ea0341..75ec56a 100644
--- a/data/PVE/API2/ClusterConfig.pm
+++ b/data/PVE/API2/ClusterConfig.pm
@@ -209,7 +209,7 @@ __PACKAGE__->register_method ({
path => 'nodes/{node}',
method => 'POST',
protected => 1,
- description => "Adds a node to the cluster configuration.",
+ description => "Adds a node to the cluster configuration. This call is for internal use.",
parameters => {
additionalProperties => 0,
properties => {
--
2.11.0
More information about the pve-devel
mailing list