mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-14 19:48:03 +00:00
add missing file to generate datacenter.cfg options
This commit is contained in:
parent
c016ebb7bc
commit
cfd83e2167
10
gen-datacenter-cfg-opts-adoc.pl
Executable file
10
gen-datacenter-cfg-opts-adoc.pl
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/usr/bin/perl
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
use PVE::Cluster;
|
||||||
|
use PVE::RESTHandler;
|
||||||
|
|
||||||
|
my $schema = PVE::Cluster::get_datacenter_schema();
|
||||||
|
|
||||||
|
print PVE::RESTHandler::dump_properties($schema->{properties});
|
Loading…
Reference in New Issue
Block a user