We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfe7410 + ce0073e commit 4f1b0d9Copy full SHA for 4f1b0d9
1 file changed
src/openstack_workload_generator/entities/helpers.py
@@ -175,7 +175,7 @@ def get_project_ipv4_subnet() -> str:
175
176
@staticmethod
177
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)
+ return Config.get("admin_vm_ssh_key", r"ssh-\S+\s\S+(\s\S+)+", multi_line=True)
179
180
181
def get_admin_domain_password() -> str:
0 commit comments