We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c58b24 commit ef9dc1eCopy full SHA for ef9dc1e
src/openstack_workload_generator/entities/network.py
@@ -115,7 +115,7 @@ def create_and_get_network(self) -> Network:
115
self.obj_network = self.conn.network.create_network(
116
name=self.network_name,
117
project_id=self.project.id,
118
- mtu=1342
+ mtu=1500,
119
)
120
if not self.obj_network:
121
raise RuntimeError(f"Unable to create network {self.network_name}")
0 commit comments