mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Log in which environment the developer VM is getting created
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
c12bbd1995
commit
a7bcc6f90a
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ class VM:
|
|||
log.info("Starting CI configured VM")
|
||||
else:
|
||||
# This is a developer running
|
||||
log.info("Starting Developer configured VM")
|
||||
log.info(f"Starting Developer configured VM In Environment '{environment}'")
|
||||
security_group_filters = [
|
||||
{
|
||||
"Name": "vpc-id",
|
||||
|
|
Loading…
Add table
Reference in a new issue