]> git.proxmox.com Git - pve-container.git/commit
allow deleting of container hostname
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 4 Jul 2016 13:36:16 +0000 (15:36 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 25 Jul 2016 07:24:47 +0000 (09:24 +0200)
commite96a0ceb888789829b04959c62721e144275415f
tree9dee22d5d1a91f7f4c40933ecc5768052f9722c8
parent2f19133b48e22ab96e3ec7d97da8f11ae3a0752f
allow deleting of container hostname

since we allow to create a container without hostname
(we are using localhost by default then) and hostname
is marked optional in the JSONSchema of the config
we should be able to delete the hostname

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/PVE/LXC/Config.pm