mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
ignore rtp pool
This commit is contained in:
parent
7b4e7fb6e8
commit
6e6e4d5a3d
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ def get_pools(proxmox):
|
|||
pools = []
|
||||
for pool in proxmox.pools.get():
|
||||
poolid = pool['poolid']
|
||||
if is_user(poolid):
|
||||
if is_user(poolid) and poolid != 'rtp':
|
||||
pools.append(poolid)
|
||||
pools = sorted(pools)
|
||||
return pools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue