Skip to content

Commit

Permalink
add structure
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Schöchlin <[email protected]>
  • Loading branch information
scoopex committed Dec 5, 2024
1 parent 487729e commit 13723f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openstack_workload_generator/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def establish_connection():
machine_obj.delete_machine()
if args.clouds_yaml:
LOGGER.info(f"Creating a a clouds yaml : {args.clouds_yaml}")
clouds_yaml_data = { "clouds": clouds_yaml_data }
with open(args.clouds_yaml, 'w') as file:
yaml.dump(clouds_yaml_data, file, default_flow_style=False, explicit_start=True)
sys.exit(0)
Expand Down

0 comments on commit 13723f0

Please sign in to comment.