From: Dietmar Maurer Date: Thu, 1 Oct 2015 09:52:17 +0000 (+0200) Subject: pct create: add bash completion for storage parameter X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c5362cdad0f813eb9a9b2df544a1fac92a1114fb;p=pve-container.git pct create: add bash completion for storage parameter --- diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm index 085a696..acb6f37 100644 --- a/src/PVE/API2/LXC.pm +++ b/src/PVE/API2/LXC.pm @@ -125,6 +125,7 @@ __PACKAGE__->register_method({ description => "Default Storage.", default => 'local', optional => 1, + completion => \&PVE::Storage::complete_storage_enabled, }), force => { optional => 1,