Skip to content

Commit 13723f0

Browse files
committed
add structure
Signed-off-by: Marc Schöchlin <[email protected]>
1 parent 487729e commit 13723f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/openstack_workload_generator/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def establish_connection():
134134
machine_obj.delete_machine()
135135
if args.clouds_yaml:
136136
LOGGER.info(f"Creating a a clouds yaml : {args.clouds_yaml}")
137+
clouds_yaml_data = { "clouds": clouds_yaml_data }
137138
with open(args.clouds_yaml, 'w') as file:
138139
yaml.dump(clouds_yaml_data, file, default_flow_style=False, explicit_start=True)
139140
sys.exit(0)

0 commit comments

Comments
 (0)