From c5362cdad0f813eb9a9b2df544a1fac92a1114fb Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 1 Oct 2015 11:52:17 +0200 Subject: [PATCH] pct create: add bash completion for storage parameter --- src/PVE/API2/LXC.pm | 1 + 1 file changed, 1 insertion(+) 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, -- 2.39.2