change base image path for so-salt-cloud

This commit is contained in:
m0duspwnens
2025-01-18 07:30:36 -05:00
parent 7c50a5e17b
commit 8ed3f0b1cc
2 changed files with 3 additions and 3 deletions

View File

@@ -236,7 +236,7 @@ def run_qcow2_modify_hardware_config(profile, vm_name, cpu=None, memory=None, pc
def run_qcow2_modify_network_config(profile, mode, ip=None, gateway=None, dns=None, search_domain=None):
hv_name = profile.split('-')[1]
target = hv_name + "_*"
image = '/var/lib/libvirt/images/sool9/sool9.qcow2'
image = '/nsm/libvirt/images/sool9/sool9.qcow2'
interface = 'eth0'
try: