Skip to content

Commit a568cf9

Browse files
committed
neutron mech - change tenant_id for project_id
1 parent 87aa679 commit a568cf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/neutron-understack/neutron_understack

python/neutron-understack/neutron_understack/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def create_neutron_port_for_segment(
4747
"device_id": "",
4848
"fixed_ips": [],
4949
"admin_state_up": True,
50-
"tenant_id": "",
50+
"project_id": "",
5151
}
5252
}
5353
if not core_plugin:

0 commit comments

Comments
 (0)