]> git.proxmox.com Git - pve-cluster.git/commitdiff
api: join info: we still get ring0_addr in nodelist
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 Jun 2019 10:28:49 +0000 (12:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 Jun 2019 10:28:49 +0000 (12:28 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/PVE/API2/ClusterConfig.pm

index 828360d81f6742b69204d0656c76aee88e13ca4c..d338b8a2d2aae132044cf549eb9650e89d00b0fa 100644 (file)
@@ -408,7 +408,7 @@ __PACKAGE__->register_method ({
                    properties => {
                        name => get_standard_option('pve-node'),
                        nodeid => get_standard_option('corosync-nodeid'),
-                       link0 => get_standard_option('corosync-link'),
+                       ring0_addr => get_standard_option('corosync-link'),
                        quorum_votes => { type => 'integer', minimum => 0 },
                        pve_addr => { type => 'string', format => 'ip' },
                        pve_fp => get_standard_option('fingerprint-sha256'),