mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
only use proxmox ssh backend for cloud-init
This commit is contained in:
parent
04d588d688
commit
f4a2174f29
4 changed files with 24 additions and 5 deletions
|
@ -30,7 +30,9 @@ PROXMOX_HOSTS = [
|
|||
for host in environ.get('PROXSTAR_PROXMOX_HOSTS', '').split(',')
|
||||
]
|
||||
PROXMOX_USER = environ.get('PROXSTAR_PROXMOX_USER', '')
|
||||
PROXMOX_PASS = environ.get('PROXSTAR_PROXMOX_PASS', '')
|
||||
PROXMOX_ISO_STORAGE = environ.get('PROXSTAR_PROXMOX_ISO_STORAGE', 'nfs-iso')
|
||||
PROXMOX_SSH_USER = environ.get('PROXSTAR_PROXMOX_SSH_USER', '')
|
||||
PROXMOX_SSH_KEY = environ.get('PROXSTAR_PROXMOX_SSH_KEY', '')
|
||||
PROXMOX_SSH_KEY_PASS = environ.get('PROXSTAR_PROXMOX_SSH_KEY_PASS', '')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue