We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87aa679 commit a568cf9Copy full SHA for a568cf9
1 file changed
python/neutron-understack/neutron_understack/utils.py
@@ -47,7 +47,7 @@ def create_neutron_port_for_segment(
47
"device_id": "",
48
"fixed_ips": [],
49
"admin_state_up": True,
50
- "tenant_id": "",
+ "project_id": "",
51
}
52
53
if not core_plugin:
0 commit comments