]> git.proxmox.com Git - pve-cluster.git/commit
add API class for cluster configuration
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 29 Nov 2016 10:51:38 +0000 (11:51 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 29 Nov 2016 10:54:56 +0000 (11:54 +0100)
commit963c06bb2b0b4eb26e38a648b50e2379694dd91a
treee2c253793d6293c6da2a040b5f645002fbca9c63
parent4ed5e654bb3700abb31cb74c0e3dabe20092cc8e
add API class for cluster configuration

Read-only for now. addnode/delnode implementation will follow.
data/PVE/API2/ClusterConfig.pm [new file with mode: 0644]
data/PVE/Makefile.am