move media_pool config to pbs_config workspace

This commit is contained in:
Dietmar Maurer
2021-09-06 08:56:04 +02:00
parent 68149b9045
commit aad2d162ab
12 changed files with 38 additions and 47 deletions

View File

@ -15,6 +15,7 @@ use pbs_api_types::{
MediaContentListFilter,
};
use pbs_config::drive::complete_changer_name;
use pbs_config::media_pool::complete_pool_name;
use proxmox_backup::{
api2,
@ -23,9 +24,6 @@ use proxmox_backup::{
complete_media_uuid,
complete_media_set_uuid,
},
config::{
media_pool::complete_pool_name,
},
};
pub fn media_commands() -> CommandLineInterface {