Skip to content

Commit 5235ec4

Browse files
authored
Merge branch 'main' into ssh
Signed-off-by: Marc Schöchlin <[email protected]>
2 parents 221cc3d + 811db4b commit 5235ec4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/openstack_workload_generator/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
from .entities import WorkloadGeneratorDomain
1515
from .entities.helpers import setup_logging, cloud_checker, item_checker, Config, iso_timestamp, deep_merge_dict
1616

17+
1718
LOGGER = logging.getLogger()
1819

1920
parser = argparse.ArgumentParser(prog="Create workloads on openstack installations")
@@ -180,6 +181,7 @@ def establish_connection():
180181
machine_obj.delete_machine()
181182
if args.generate_clouds_yaml:
182183
LOGGER.info(f"Creating a a clouds yaml : {args.generate_clouds_yaml}")
184+
183185
clouds_yaml_data_new = {"clouds": clouds_yaml_data}
184186
if os.path.exists(args.generate_clouds_yaml):
185187
with open(args.generate_clouds_yaml, "r") as file:

0 commit comments

Comments
 (0)