Skip to content

Commit 49200fa

Browse files
authored
Merge branch 'main' into default_profile_dir
2 parents 2036a53 + 6b1ea8c commit 49200fa

File tree

1 file changed

+2
-2
lines changed
  • src/openstack_workload_generator/entities

1 file changed

+2
-2
lines changed

src/openstack_workload_generator/entities/helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
class Config:
1919
_config: dict[str, str | dict[str, str] | None] = {
20-
"admin_domain_password": "",
21-
"admin_vm_password": "",
20+
"admin_domain_password": "yolobanana",
21+
"admin_vm_password": "yolobanana",
2222
"admin_vm_ssh_key": "",
2323
"admin_vm_ssh_keypair_name": "my_ssh_public_key",
2424
"project_ipv4_subnet": "192.168.200.0/24",

0 commit comments

Comments
 (0)