[API] Creating router with external_gateway_info creates security group with empty tenant_id field
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
New
|
Undecided
|
Unassigned |
Bug Description
1) Run a test from test_security_
2) After network creation the first security group is created (for test tenant)
3) After router creation for some reason another security group is created when the tenant_id field is empty.
4) The following is sent when this behavior occurs:
uri:
'v2.0/routers'
body:
'{"router": {"external_
Removing "external_
Changed in neutron: | |
status: | Incomplete → New |
What branch is this test failure seen.