Skip to content

Commit 4f1b0d9

Browse files
authored
Merge branch 'main' into improve_documentation
2 parents dfe7410 + ce0073e commit 4f1b0d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/openstack_workload_generator/entities

src/openstack_workload_generator/entities/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def get_project_ipv4_subnet() -> str:
175175

176176
@staticmethod
177177
def get_admin_vm_ssh_key() -> str:
178-
return Config.get("admin_vm_ssh_key", r"ssh-\S+\s\S+\s\S+", multi_line=True)
178+
return Config.get("admin_vm_ssh_key", r"ssh-\S+\s\S+(\s\S+)+", multi_line=True)
179179

180180
@staticmethod
181181
def get_admin_domain_password() -> str:

0 commit comments

Comments
 (0)