datacenter-template supports --ostemplate
This commit is contained in:
parent
1ff6ee163a
commit
618b6fbefe
|
@ -92,6 +92,7 @@ module PVE::CTTemplate
|
||||||
ipv6: [:string, false, "IPv6-Address with net-size."],
|
ipv6: [:string, false, "IPv6-Address with net-size."],
|
||||||
gateway6: [:string, false, "IPv6-Address of gateway."],
|
gateway6: [:string, false, "IPv6-Address of gateway."],
|
||||||
storage: [:string, false, "Device will be create on this Storage (default: root)"],
|
storage: [:string, false, "Device will be create on this Storage (default: root)"],
|
||||||
|
ostemplate: [:string, false, "OS-Template eg. vztmp/superlinux-1.2-amd64.tar.xz"],
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue