Skip to content

Commit

Permalink
include the vm name with the ip address
Browse files Browse the repository at this point in the history
  • Loading branch information
m0duspwnens authored and dwoz committed Feb 17, 2025
1 parent 59ab018 commit a00db32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/cloud/clouds/libvirt.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def create(vm_):
),
)

log.info("Address = %s", address)
log.info("Address = %s | Name = %s", address, name)

vm_["ssh_host"] = address

Expand Down

0 comments on commit a00db32

Please sign in to comment.