add missing completion hooks

This commit is contained in:
Dietmar Maurer
2015-10-01 07:42:37 +02:00
parent bf7aed2674
commit f3bd890d98
4 changed files with 24 additions and 14 deletions

View File

@ -34,6 +34,7 @@ __PACKAGE__->register_method ({
volume => {
description => "Volume identifier",
type => 'string', format => 'pve-volume-id',
completion => \&PVE::Storage::complete_volume,
},
},
},