add missing file to generate datacenter.cfg options

This commit is contained in:
Dietmar Maurer 2016-03-23 08:49:38 +01:00
parent c016ebb7bc
commit cfd83e2167

10
gen-datacenter-cfg-opts-adoc.pl Executable file
View 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});